bring UI in this repo

This commit is contained in:
Pierre Dubouilh
2023-07-08 15:25:11 +02:00
committed by Pierre Dubouilh
parent 08ec485e78
commit 0a77b08552
11 changed files with 1345 additions and 14 deletions
+4 -4
View File
@@ -8,16 +8,16 @@ import (
"strings"
)
//go:embed gossa-ui/script.js
//go:embed ui/script.js
var scriptJs string
//go:embed gossa-ui/style.css
//go:embed ui/style.css
var styleCss string
//go:embed gossa-ui/favicon.svg
//go:embed ui/favicon.svg
var faviconSvg []byte
//go:embed gossa-ui/ui.tmpl
//go:embed ui/ui.tmpl
var templateStr string
// fill in template