testing script and source

This commit is contained in:
2026-01-16 16:08:18 -05:00
parent 7e3af14059
commit e097d428b3
27 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
local fes = require("fes")
local site = fes.fes()
site.copyright = fes.util.copyright("https://fsd.vxserver.dev", "fSD")
This is what an error looks like
site:h1("Hello, World!")
return site