favicon.html

This commit is contained in:
Martin Kavík 2024-09-14 20:36:58 +02:00
parent d33b92e9b7
commit 617082f68d
11 changed files with 37 additions and 0 deletions

View file

@ -3,6 +3,7 @@ use moon::*;
async fn frontend() -> Frontend {
Frontend::new()
.title("FastWave")
.append_to_head(include_str!("../favicon.html")) // realfavicongenerator.net
.append_to_head(concat!("<style>", include_str!("../style.css"), "</style>"))
.append_to_head(concat!(
"<script type=\"module\">",