Skip to content

Instantly share code, notes, and snippets.

@viirre
Last active April 13, 2018 08:11
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 viirre/5958693ea017a0f18e8293bb4ed1bf26 to your computer and use it in GitHub Desktop.
Save viirre/5958693ea017a0f18e8293bb4ed1bf26 to your computer and use it in GitHub Desktop.
Splash index for adaptive shop sites during upgrade
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-language" content="sv">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Webbshop från Adaptive Shop</title>
<meta http-equiv="refresh" content="30">
<meta name="robots" content="noindex">
<style>
body {
background:#f5f5f5;
font-family:Helvetica, Arial;
color:#222;
}
.wrap {
margin:100px auto 0 auto;
width:400px;
text-align:center;
}
p {
font-size:16px;
}
em {
font-size:11px;
}
</style>
</head>
<body>
<div class="wrap">
<div class="content">
<h1>Hej!</h1>
<p>Vi uppdaterar just nu vår hemsida och den bör vara uppe igen om några minuter!</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment