webui: add svg favicon
This commit is contained in:
parent
2117d030d0
commit
f32864382f
1
webui.go
1
webui.go
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user