Skip to content

Instantly share code, notes, and snippets.

@jansendotsh
Created August 22, 2020 02:59
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 jansendotsh/941ad8101f8af92cc534e728dc3bc94e to your computer and use it in GitHub Desktop.
Save jansendotsh/941ad8101f8af92cc534e728dc3bc94e to your computer and use it in GitHub Desktop.
Default page for servers that shouldn't be looked at.
<head>
<style>
.container {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
body {
font-family: 'B612 Mono';font-size: 40px;
line-height: 0 ;
}
</style>
</head>
<body>
<div class="container">
<center>
<h1>Fuck off.</h1>
The internet is closed.
</center>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment