This commit is contained in:
2025-10-12 15:56:19 +05:30
parent 1488c517db
commit f047796b54
5 changed files with 290 additions and 36 deletions

8
embed.go Normal file
View File

@@ -0,0 +1,8 @@
package main
import (
_ "embed"
)
//go:embed static/index.html
var indexHTML []byte