site_live_sfner/502.html

67 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Servidor fora do ar</title>
<style>
html {
background-color: #4C6D28;
color: #F9EBBE;
font-family: sans-serif;
}
body {
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
margin: 0;
}
body>main {
width: 50rem;
height: 15rem;
border: 0.15rem solid #00000080;
background-color: #00000080;
border-radius: 0.3rem;
padding: 1rem;
display: flex;
align-items: center;
flex-direction: row;
}
body>main>img {
width: 17.936305728;
height: 11rem;
}
body>main>div {
margin-left: 1rem;
flex-grow: 1;
font-size: 1rem;
}
body>main>div>h1 {
margin-top: 0;
padding-top: 0;
text-align: center;
}
</style>
</head>
<body>
<main>
<!-- 512x314, 1.630573248 ~ 15:9 -->
<img src="/cwumsy.png" alt="Dragão verde peludo debaixo de uma pilha de rolos de papel higiênico">
<div>
<h1>O servidor caiu de novo!</h1>
<p>Se ainda estiver em live, avisa lá.</p>
<div>mlem,</div>
<div>Sfner</div>
</div>
</main>
</body>
</html>