Skip to content

Instantly share code, notes, and snippets.

@jtwaleson
Created December 30, 2014 11:18
Show Gist options
  • Save jtwaleson/1b0d534658177ddaf9a9 to your computer and use it in GitHub Desktop.
Save jtwaleson/1b0d534658177ddaf9a9 to your computer and use it in GitHub Desktop.
Mendix example offline page
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="/error_page/style.css">
<script src="/error_page/script.js"></script>
</head>
<body>
This application is currently offline.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment