+ Misc changes that don't belong anywhere alone

This commit is contained in:
shockrah 2021-10-11 14:36:02 -07:00
parent 72ab6decfb
commit d0413cfff2
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,3 @@
use serde::Serialize;
use rocket_dyn_templates::Template;
use rocket::fs::NamedFile;
use std::path::{Path, PathBuf};

BIN
api/static/cantfindshit.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -12,6 +12,11 @@ html, body, div, tag {
box-sizing: border-box;
}
a {
text-decoration: none;
color: whitesmoke;
}
.content {
margin: 0 auto;
padding: 0 2em;