diff --git a/api/src/page.rs b/api/src/page.rs index 7233b4d..c3e0196 100644 --- a/api/src/page.rs +++ b/api/src/page.rs @@ -1,4 +1,3 @@ -use serde::Serialize; use rocket_dyn_templates::Template; use rocket::fs::NamedFile; use std::path::{Path, PathBuf}; diff --git a/api/static/cantfindshit.gif b/api/static/cantfindshit.gif new file mode 100644 index 0000000..270cddb Binary files /dev/null and b/api/static/cantfindshit.gif differ diff --git a/api/static/css/style.css b/api/static/css/style.css index 9831678..2243f5e 100644 --- a/api/static/css/style.css +++ b/api/static/css/style.css @@ -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;