Add about page and 3rd party licenses file

This commit is contained in:
2026-02-14 18:43:47 +01:00
parent a7df0b0897
commit 2d2c395ded
7 changed files with 795 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
body {
background: black;
color: #eee;
color: var(--text-color);
height: 100vh;
overflow: hidden;
}
@@ -65,6 +65,10 @@ body {
height: 50px;
}
.big-logo-img {
height: 100px;
}
.nav {
padding: 20px;
}
@@ -141,6 +145,12 @@ body {
margin-top: 8px;
}
.separated-div {
display: flex;
align-items: center;
justify-content: space-between;
}
.input {
flex: 1;
height: 30px;