35 lines
942 B
HTML
35 lines
942 B
HTML
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="/static/favicons/site.webmanifest">
|
|
<link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#b91d47">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
<style>
|
|
body {
|
|
background-color: #333;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.centered {
|
|
margin: 8em auto;
|
|
width: max-content;
|
|
font-family: arial, sans-serif;
|
|
color: #ddd;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="centered">
|
|
🤮 FAIL 🤡
|
|
</div>
|
|
</body>
|
|
|
|
</html> |