web ui: basic logic

This commit is contained in:
2023-04-04 16:20:47 +03:00
parent 790eece361
commit 2a8b94136f
7 changed files with 101 additions and 1 deletions

8
ui/embed.go Normal file
View File

@@ -0,0 +1,8 @@
package ui
import (
"embed"
)
//go:embed static/*
var StaticFiles embed.FS