Added footer and source link to comply with the AGPL.

This commit is contained in:
Johannes Randerath
2024-08-29 18:02:41 +02:00
parent 9dafd7504b
commit 94dd26702f
4 changed files with 725 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ async fn rocket() -> _ {
.mount("/img", FileServer::from(relative!("static/img")))
.mount("/css", FileServer::from(relative!("static/css")))
.mount("/js", FileServer::from(relative!("static/js")))
.mount("/txt", FileServer::from(relative!("static/txt")))
}