Skip to content

Instantly share code, notes, and snippets.

@darcyliu
Created September 26, 2014 03:07
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 darcyliu/6253395de55571b63e7f to your computer and use it in GitHub Desktop.
Save darcyliu/6253395de55571b63e7f to your computer and use it in GitHub Desktop.
The End of the Internet.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>The End of the Internet.</title>
<meta name="description" content="The End of the Internet.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
::selection { background: #3399FF; color: #fff; text-shadow: none; }
body{
font-family: "Source Sans Pro", "STKaiti", "Hiragino Sans GB","Helvetica Neue", Helvetica,sans-serif;
}
header,section{
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>Congratulations!</h1>
</header>
<section>
<p>You have reached the end of the internet!</p>
<p>We hope you have enjoyed your browsing.</p>
<p>You should now turn off your computer and go outside.</p>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment