Skip to content

Instantly share code, notes, and snippets.

@chrislloyd
Created April 29, 2010 22:25
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 chrislloyd/384367 to your computer and use it in GitHub Desktop.
Save chrislloyd/384367 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>That was close.</title>
<style type="text/css">
body {
color: #FFF;
text-align: center;
font-size: 18px;
font-weight: bold;
font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
background-color: #000018;
line-height: 40px;
position: absolute;
top: 50%;
margin-top: -20px;
left: 0;
right: 0;
}
span {
border-bottom: 1px solid #33334B;
}
</style>
</head>
<body>
<span><script>document.write(window.location.host);</script></span> is blocked in your hosts file.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment