initial commit

This commit is contained in:
Jeremy Baxter 2024-10-02 18:03:28 +13:00
commit 7fabc826c7
12 changed files with 33929 additions and 0 deletions

45
static/index.html Normal file
View file

@ -0,0 +1,45 @@
<!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>