Start minimalist UI

This commit is contained in:
nemunaire 2021-05-02 16:04:18 +02:00
commit cce72978bf
8 changed files with 123 additions and 0 deletions

9
ui/assets_dev.go Normal file
View file

@ -0,0 +1,9 @@
// +build dev
package ui
import (
"net/http"
)
var Assets = http.Dir("./ui")