Initial commit

This commit is contained in:
2019-12-14 19:07:29 +01:00
parent ef259cf158
commit 1c807c2af4
40 changed files with 9502 additions and 0 deletions

5
static/css/fontawesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

13
static/css/main.css Normal file
View File

@@ -0,0 +1,13 @@
html, body {
margin: 0;
}
body {
display: grid;
height: 100%;
background: #1c1c1c;
color: white;
font-family: "Rubik", sans-serif;
}

View File

@@ -0,0 +1,7 @@
@font-face {
font-family: Rubik;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(../webfonts/Rubik-Regular.ttf) format("truetype");
}