generator-status/on.html

43 lines
1.0 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Generator Status.. OFF</title>
<style>
* {
margin: 0;
}
p {
font-family: "Source Sans Pro", "SF Pro Display", sans-serif;
font-weight:600;
font-size: 40px;
}
b {
font-weight: bolder;
}
.status-bg {
background-color: dimgray;
height: auto;
display: block;
text-align: center;
align-content: center;
padding: 50px;
}
.status-text {
color: white;
}
</style>
</head>
<body>
<div class="status-bg">
<div class="status-text">
<p>The generator is <b>ON!</b> :(</p>
</div>
</div>
</body>
</html>