add simple app authorization page

This commit is contained in:
Mystikfluu
2023-02-10 16:05:58 +01:00
parent abc03b4cde
commit 83941add4d
10 changed files with 233 additions and 8 deletions
+21
View File
@@ -0,0 +1,21 @@
button {
font-size: 18px;
margin: 10px;
}
.center {
text-align: center;
margin: auto;
width: 50%;
border: 3px solid green;
padding: 10px;
}
body {
background-color: var(--bg-color);
color: var(--text-color);
}
.hidden {
display: none;
}