This commit is contained in:
2025-12-01 21:59:55 -05:00
parent 3a5fea9de8
commit 0c95cb772b
4 changed files with 39 additions and 5 deletions

5
examples/bus/Fes.toml Normal file
View File

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

View File

@@ -0,0 +1,9 @@
local fes = require("fes")
local site = fes.fes()
site.title = "bus"
site.copyright = fes.util.copyright("https://git.vxserver.dev/fSD/", "fSD")
site:h1("URL: " .. fes.bus.url)
return site