webui: add svg favicon

This commit is contained in:
mappu 2023-04-09 18:41:21 +12:00
parent 2117d030d0
commit f32864382f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ func (this *Application) GET_Root(w http.ResponseWriter, r *http.Request) {
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#040c3a">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦙</text></svg>">
<title>` + html.EscapeString(AppTitle) + `</title>
<style type="text/css">
html {