i hate israel

This commit is contained in:
frosty
2026-01-12 16:57:57 -05:00
parent 5cea377934
commit 63376af86f
10 changed files with 289 additions and 0 deletions

70
static/index.css Normal file
View File

@@ -0,0 +1,70 @@
body,html {
font-family: sans-serif;
margin: 0;
padding: 0;
}
.nav {
display: flex;
list-style: none;
gap: 10px;
background: gray;
padding: 8px;
margin: 0px;
}
.right {
margin-left: auto;
}
.pfp {
width: 25px;
height: 25px;
object-fit: cover;
vertical-align: middle;
margin-right: 5px;
}
.nav a {
font-weight: bold;
text-decoration: none;
color: white;
background: gray;
vertical-align: middle;
}
.nav a:hover {
color: #FFFF88
}
footer {
position: absolute;
bottom: 0px;
width: 100%;
padding: 5px;
padding-left: 10px;
background: gray;
color: white;
}
.login-form {
background: gray;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 10px;
}
.login-form input[type="email"],input[type="password"] {
width: 95%;
}
.login-form input[type="submit"] {
width: 98%;
margin-top: 10px;
}

BIN
static/usericon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB