logout page

This commit is contained in:
2024-09-28 23:27:21 +02:00
parent 13265e1ef3
commit de0ef9dd69
3 changed files with 47 additions and 0 deletions

23
static/css/logout.css Normal file
View File

@@ -0,0 +1,23 @@
body {
background-color: #11111b;
padding:0;
margin:0;
}
h2 {
color: yellow;
}
p {
color: white;
}
a {
color: white;
}
.app {
width: fit-content;
margin: auto;
text-align: center;
}