Created
December 30, 2014 11:18
-
-
Save jtwaleson/1b0d534658177ddaf9a9 to your computer and use it in GitHub Desktop.
Mendix example offline page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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