refactor(ui): step1+2 - extract CSS to styles.css, LANG_TEMPLATES to config.js

This commit is contained in:
“Naeel”
2026-05-02 17:14:01 +04:00
parent 3e7d08894d
commit 85ffad3772
5 changed files with 476 additions and 342 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net/http"
)
//go:embed index.html cron.html
//go:embed index.html cron.html css js
var content embed.FS
func Handler() http.Handler {