No One Can Stop Me Now

This commit is contained in:
DigiJ
2026-03-13 23:48:47 -07:00
parent 4d3570781e
commit 1a138a2bd0
428 changed files with 519668 additions and 259 deletions

View File

@@ -0,0 +1,9 @@
package web
import "embed"
//go:embed templates/*.html
var TemplateFS embed.FS
//go:embed static
var StaticFS embed.FS