feat: add login and registration pages

This commit is contained in:
Prad Nukala
2024-10-01 14:42:11 -04:00
parent d486becbc6
commit e807691c64
24 changed files with 385 additions and 101 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
//go:embed assets
var embeddedFiles embed.FS
//go:embed assets/static.pkl
//go:embed nebula.pkl
var config []byte
func getHTTPFS() (http.FileSystem, error) {