pre refactor

This commit is contained in:
2025-11-24 15:48:46 -05:00
parent 84b4487d92
commit e2d31aa734
7 changed files with 71 additions and 6 deletions

11
test/www/index.lua Normal file
View File

@@ -0,0 +1,11 @@
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