Simple FI-domain availability checking

This commit is contained in:
Lauren Toivanen 2025-01-31 05:59:20 +02:00
commit d40bfca474
8 changed files with 267 additions and 0 deletions

14
static/style.css Normal file
View file

@ -0,0 +1,14 @@
body {
background-color: #000000;
color: #ffffff;
font-family: "sans-serif";
}
a, a:visited, a:active {
color: #00ffff;
}
.cntrbox {
display: grid;
place-content: center;
}