Added basic admin page

This commit is contained in:
2025-08-24 01:30:12 +02:00
parent 70960057c1
commit 4d81678c1d
12 changed files with 262 additions and 36 deletions
+22
View File
@@ -0,0 +1,22 @@
body {
margin: 0;
background: black;
display: flex;
justify-content: center;
align-items: center;
color: white;
height: 100vh;
cursor: none;
}
pre {
white-space: pre;
font-family: monospace;
font-size: 14px;
line-height: 1.2;
}
img {
max-width: 100%;
max-height: 100%;
}