Skip to content

Instantly share code, notes, and snippets.

@BruceMcKinnon
Created September 4, 2017 22:45
Show Gist options
  • Save BruceMcKinnon/a55f635268d59ad12c8b435095df42bc to your computer and use it in GitHub Desktop.
Save BruceMcKinnon/a55f635268d59ad12c8b435095df42bc to your computer and use it in GitHub Desktop.
Web Site Closed
<!DOCTYPE html>
<html>
<title>Web Site Closed</title>
<meta charset="UTF-8">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html { height: 100%; color: #ffffff; background-color: #191919; text-align: center; overflow:visible; }
.inner { display: block; margin:160px auto 0; max-width:400px; width:90%; }
h1 { font-size: 48px; margin-bottom: 60px; letter-spacing: 1px; }
p { margin-bottom: 20px; font-size: 24px; letter-spacing: 1px; }
</style>
<body>
<div class="inner">
<h1>SITE CLOSED</h1>
<p>This web site is now closed.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment