feat: Adds favicon.ico

This commit is contained in:
2025-01-20 16:54:44 -05:00
parent 0cf01298bc
commit e198247b6c
2 changed files with 1 additions and 0 deletions

BIN
Public/images/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -26,6 +26,7 @@ struct MainPage<Inner: HTML>: SendableHTMLDocument where Inner: Sendable {
script(.src("https://unpkg.com/htmx.org@2.0.4")) {}
script(.src("/js/main.js")) {}
link(.rel(.stylesheet), .href("/css/main.css"))
link(.rel(.icon), .href("/images/favicon.ico"), .custom(name: "type", value: "image/x-icon"))
}
var body: some HTML {