Skip to content

Instantly share code, notes, and snippets.

@YetAnotherMinion
Created August 25, 2019 13:49
Show Gist options
  • Save YetAnotherMinion/2ed824f7a6426b380c9506cd06982a21 to your computer and use it in GitHub Desktop.
Save YetAnotherMinion/2ed824f7a6426b380c9506cd06982a21 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="UTF-8">
<title>Hacker News</title>
<style>
#header {
background-color: #ff6600;
height: 25px;
width: 100%;
}
.container {
width: 100%;
height: 100%;
align-items: center;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-around;
}
body {
background-color: #f6f6ef;
min-height: 100vh;
color: #828282;
}
</style>
</head>
<body>
<header id="header">
</header>
<div class="container">
<div>
<h1>Please accept our apology</h1>
<h3>Your Skinner's box is currently unavailable.</h3.>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment