Skip to content

Instantly share code, notes, and snippets.

@hugoabernier
Created November 8, 2018 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugoabernier/8ab26047cb04cbd5146f8768ee151b6b to your computer and use it in GitHub Desktop.
Save hugoabernier/8ab26047cb04cbd5146f8768ee151b6b to your computer and use it in GitHub Desktop.
Sample app_offline.htm
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style>
h1 {
font-size: 36px;
margin: 0;
font-family: Open Sans,sans-serif;
color: #3b4151;
}
body {
font-family: Open Sans,sans-serif;
color: #3b4151;
}
</style>
<META HTTP-EQUIV="refresh" CONTENT="5; URL=/">
</head>
<body>
<h1>This application is currently under maintenance</h1>
<p>Please try again in a few minutes.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment