Adding Upload page

Added templates for main pages
Updated Nav urls
Made error page prettier
This commit is contained in:
Michał Gdula 2023-01-09 21:07:02 +00:00
parent f730ecd0c9
commit c3096a8ca3
12 changed files with 138 additions and 36 deletions

View file

@ -54,7 +54,7 @@ nav {
span {
margin: 0;
padding: 0.5rem 1rem;
padding: 0.5rem 0.75rem;
display: block;

View file

@ -1,5 +1,6 @@
* {
box-sizing: border-box;
line-height: 1;
}
html,