Dateien nach "src/static" hochladen

This commit is contained in:
2025-06-04 06:52:54 +00:00
parent e8156a7dbd
commit b086848811
2 changed files with 76 additions and 0 deletions

76
src/static/login.css Normal file
View File

@ -0,0 +1,76 @@
body {
font-family: sans-serif;
color: white;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: black;
}
.login-box {
background: rgba(44, 44, 44, 0.85); /* semi-transparent */
padding: 30px;
border-radius: 12px;
width: 320px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.login-box h2 {
text-align: center;
margin-bottom: 20px;
}
.login-box input[type="text"],
.login-box input[type="password"] {
width: 100%;
padding: 12px;
margin: 10px 0;
border: none;
border-radius: 6px;
background-color: #444;
color: white;
}
.login-box button {
width: 100%;
padding: 12px;
background: #007bff;
border: none;
border-radius: 6px;
color: white;
cursor: pointer;
margin-top: 10px;
font-weight: bold;
}
.login-box button:hover {
background-color: #0056b3;
}
.remember-me {
display: flex;
align-items: center;
font-size: 0.9em;
margin: 10px 0;
}
.remember-me input {
margin-right: 8px;
}
.login-hint, .footer-hint {
text-align: center;
margin-top: 15px;
font-size: 0.85em;
color: #aaa;
}
.flash {
text-align: center;
color: #ff4d4d;
margin-top: 10px;
}

BIN
src/static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B