This commit is contained in:
2025-11-28 15:56:49 -05:00
parent e2d31aa734
commit 705911ac9d
21 changed files with 791 additions and 480 deletions

View File

@@ -1,9 +0,0 @@
[site]
name = "test"
version = "0.0.1"
authors = ["vx-clutch"]
[fes]
version = "1.0.0"
CUSTOM_CSS =

View File

@@ -1,11 +0,0 @@
local fes = require("fes")
local site = fes()
site:h1("<h1>")
site:h2("<h2>")
site:h3("<h3>")
site:h4("<h4>")
site:h5("<h5>")
site:h6("<h6>")
return site