+ Misc changes that don't belong anywhere alone
This commit is contained in:
parent
72ab6decfb
commit
d0413cfff2
@ -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
BIN
api/static/cantfindshit.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user