revert alpha p10
This commit is contained in:
2025-12-08 19:54:54 -05:00
parent 120d044648
commit 31df0c26b0
39 changed files with 309 additions and 124 deletions

View File

@@ -0,0 +1,5 @@
[app]
name = "static"
version = "0.0.1"
authors = ["vx-clutch"]

View File

@@ -0,0 +1 @@
this is some neat data

View File

@@ -0,0 +1,8 @@
local fes = require("fes")
local site = fes.fes()
site.title = "static"
site:h1("Hello, World!")
return site