bluetop/static/index.html
2024-10-02 18:03:28 +13:00

45 lines
936 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #1e1e2e;
color: #cdd6f4;
font-family: Roboto;
margin: 10% 20%;
text-align: center;
}
a {
color: #89b4fa;
}
a:hover {
background-color: #89b4fa;
border-radius: 4px;
color: #1e1e2e;
}
.bluetop-mount {
align-items: center;
display: flex;
font-size: large;
font-family: monospace;
margin: 0 auto;
width: 30%;
}
.bluetop-stat {
color: #1e1e2e;
font-family: Roboto;
font-size: small;
margin-right: 16px;
white-space: nowrap;
}
</style>
</head>
<body>
<h2>My site</h2>
Welcome to my site.
<h2>bluetop stats</h2>
<div class="bluetop-container">
<!bluetop>
</div>
</body>
</html>