tbd-cli
Version:
The cli for The Big Drink, allows the use of the " drink " command.
23 lines • 531 B
HTML
<html>
<head>
<title>Im Sorry</title>
<style type="text/css">
body {
text-align: center;
line-height: 100vh;
margin: 0;
background-color: #333;
}
h1 {
font-weight: 800;
margin: 0;
color: #FFF;
font-size: 48px;
}
</style>
</head>
<body>
<h1>IM SORRY</h1>
</body>
</html>