initial sketch of how this will work
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-12-30 20:27:24 -05:00
parent dc7218131d
commit c26ece0c86
10 changed files with 462 additions and 56 deletions

View File

@@ -0,0 +1,5 @@
<!DOCTYPE html>
<body>
hello world
</body>
</html>

View File

@@ -11,3 +11,7 @@ var static embed.FS
func Root() (fs.FS, error) {
return fs.Sub(static, "files")
}
func AdminRoot() (fs.FS, error) {
return fs.Sub(static, "admin")
}