added nice webui on /

This commit is contained in:
2024-07-17 21:14:01 +02:00
parent 70d5a9d543
commit b21b24cc17
4 changed files with 123 additions and 1 deletions

BIN
static/logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

25
static/styles.css Normal file
View File

@@ -0,0 +1,25 @@
body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f9;
margin: 0;
padding: 0;
}
.container {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
max-width: 600px;
margin: auto;
}
h1, h2 {
color: #333;
}
pre {
background-color: #f8f9fa;
border: 1px solid #ddd;
border-radius: 5px;
}