diff --git a/backend/favicon.html b/backend/favicon.html new file mode 100644 index 0000000..9ef415c --- /dev/null +++ b/backend/favicon.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/backend/src/main.rs b/backend/src/main.rs index fe6bfd7..c9df718 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -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!("")) .append_to_head(concat!( "