alpha p1
This commit is contained in:
5
examples/hello-world/Fes.toml
Normal file
5
examples/hello-world/Fes.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[app]
|
||||
|
||||
name = "hello-world"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
9
examples/hello-world/www/index.lua
Normal file
9
examples/hello-world/www/index.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local fes = require("fes")
|
||||
local site = fes.fes()
|
||||
|
||||
site.title = "Hello, World!"
|
||||
site.copyright = fes.std.copyright() .. " " .. fes.std.external("https://git.vxserver.dev/fSD", "fSD")
|
||||
|
||||
site:h1("Hello, World!")
|
||||
|
||||
return site
|
||||
Reference in New Issue
Block a user