statsys/www/offline.html

59 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>website offline</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/styles.css" />
<style>
body {
align-items: center;
}
main {
display: flex;
flex-direction: column;
width: 24rem;
padding: 1rem 2rem;
background-color: white;
z-index: 1;
outline: 1px solid rgba(0, 0, 0, 0.04);
}
span {
font-size: 4rem;
font-weight: 700;
}
h1 {
margin-bottom: 0;
font-weight: 800;
}
p {
margin-top: 0.5rem;
line-height: 1.5rem;
}
a {
text-decoration: none;
background-color: black;
color: white;
padding: 0.05rem 0.2rem;
}
</style>
</head>
<body>
<main>
<span>(𖦹﹏𖦹;)</span>
<h1>offline — trafficlunar</h1>
<p>
This website is currently offline! It will be back soon, please check the
<a href="https://status.trafficlunar.net/">status</a> page for updates!
</p>
</main>
</body>
</html>