diff --git a/desktop/pages/Page.go b/desktop/pages/Page.go index 4e75fae..cd29dae 100644 --- a/desktop/pages/Page.go +++ b/desktop/pages/Page.go @@ -12,6 +12,7 @@ func Head() h.ParentElement { e.Meta(a.Name("viewport"), a.Content("width=device-width, initial-scale=1")), e.Title()(h.Text("Peachy")), e.Link(a.Rel("stylesheet"), a.Href("/static/css/main.css")), + e.Link(a.Rel("icon"), a.Href("static/favicon.ico")), e.Script(a.Src("/static/js/htmx-2.0.3.min.js"))(), // TODO change to pack it with the app ) } diff --git a/desktop/static/favicon.ico b/desktop/static/favicon.ico new file mode 100644 index 0000000..5b6ecf0 Binary files /dev/null and b/desktop/static/favicon.ico differ diff --git a/desktop/static/index.html b/desktop/static/index.html index da68ce0..e413e77 100644 --- a/desktop/static/index.html +++ b/desktop/static/index.html @@ -1,16 +1,12 @@ - - + Hello World - - - - + + +

Hello World

- - - + \ No newline at end of file