favicon.html
This commit is contained in:
parent
d33b92e9b7
commit
617082f68d
11 changed files with 37 additions and 0 deletions
|
@ -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\">",
|
||||
|
|
Reference in a new issue