Skip to content

Instantly share code, notes, and snippets.

@mattleff
Created October 2, 2012 20:56
Show Gist options
  • Save mattleff/3823253 to your computer and use it in GitHub Desktop.
Save mattleff/3823253 to your computer and use it in GitHub Desktop.
503.html
<!DOCTYPE html>
<html>
<head>
<title>503 Service Unavailable</title>
<link rel="shortcut icon" href="http://simpleupdates.s3.amazonaws.com/favicon-su.ico" type="image/x-icon">
<meta name="robots" content="noindex">
<style type="text/css">
body {
width: 100%;
margin: 0;
padding: 0;
background: #777;
}
#wrapper {
width: 800px;
margin: 0 auto;
padding: 335px 0 0;
font-family: "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
background: url('http://simpleupdates.s3.amazonaws.com/suspended-wrapper-bg.png') no-repeat center 110px;
color: #fff;
}
h1 {
margin: 0 0 0.34em;
padding: 0.67em 0 0.34em;
font-size: 2.5em;
text-shadow: 0.05em 0.05em 0.1em #000;
background: url('http://simpleupdates.s3.amazonaws.com/su-systempage-separator.png') no-repeat center bottom;
}
img { border: none; }
p.su-slogan {
margin: 20px 0;
}
a, a:visited {
color: #ccc;
}
a:hover, a:active {
color: #eacece;
}
</style>
</head>
<body>
<div id="wrapper">
<h1>Service Unavailable</h1>
<div id="content">
<p>We're temporarily unavailable due to overloading or maintenance.</p>
<p>The site will be back momentarily.</p><br />
<p class="su-slogan">
<a href="http://www.simpleupdates.com"><img src="http://simpleupdates.s3.amazonaws.com/su-systempage-slogan-300-54.png" alt="SimpleUpdates.com - Websites &amp; Mobile Apps Made Easy" /></a>
<!-- <a href="http://www.adventistchurchconnect.com"><img src="http://simpleupdates.s3.amazonaws.com/acc-systempage-slogan-300-82.png" alt="Adventist Church Connect" /></a> -->
<!-- <a href="http://www.adventistschoolconnect.com"><img src="http://simpleupdates.s3.amazonaws.com/asc-systempage-slogan-300-82.png" alt="Adventist School Connect" /></a> -->
</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment