first commit

This commit is contained in:
2026-03-15 22:03:55 -04:00
commit 617448c7ce
3 changed files with 46 additions and 0 deletions

8
www/index.lua Normal file
View File

@@ -0,0 +1,8 @@
local fes = require("fes")
local site = fes.fes()
-- site.copyright = fes.util.copyright("https://example.com", "vx-clutch")
site:h1("Hello, World!")
return site