HUGE refactor. working towards web UI
This commit is contained in:
parent
dd54e8cc49
commit
1f94eecca9
29 changed files with 1669 additions and 162 deletions
9
public/static.go
Normal file
9
public/static.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package public
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed style
|
||||
var StyleFS embed.FS
|
||||
|
||||
//go:embed script
|
||||
var ScriptFS embed.FS
|
||||
Loading…
Add table
Add a link
Reference in a new issue