Add login page

This commit is contained in:
2025-01-11 23:19:49 +01:00
parent 6327aa4c0f
commit 72b8b39eb0
8 changed files with 142 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
.authorize__container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
a.authorize__twitch_btn {
display: inline-block;
background-color: #6441a5;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
font-size: 1.5rem;
}