pre refactor
This commit is contained in:
9
test/Fes.toml
Normal file
9
test/Fes.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[site]
|
||||
|
||||
name = "test"
|
||||
version = "0.0.1"
|
||||
authors = ["vx-clutch"]
|
||||
|
||||
[fes]
|
||||
version = "1.0.0"
|
||||
CUSTOM_CSS =
|
||||
11
test/www/index.lua
Normal file
11
test/www/index.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local fes = require("fes")
|
||||
local site = fes()
|
||||
|
||||
site:h1("<h1>")
|
||||
site:h2("<h2>")
|
||||
site:h3("<h3>")
|
||||
site:h4("<h4>")
|
||||
site:h5("<h5>")
|
||||
site:h6("<h6>")
|
||||
|
||||
return site
|
||||
Reference in New Issue
Block a user