Last active
April 13, 2018 08:11
-
-
Save viirre/5958693ea017a0f18e8293bb4ed1bf26 to your computer and use it in GitHub Desktop.
Splash index for adaptive shop sites during upgrade
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> | |
<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