alpha p1
This commit is contained in:
17
docs.vxserver.dev/www/index.lua
Normal file
17
docs.vxserver.dev/www/index.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
local fes = require("fes")
|
||||
local std = fes.std
|
||||
local u = fes.util
|
||||
|
||||
local site = fes.fes()
|
||||
|
||||
site.title = "Free Software Distributions Documentation"
|
||||
site.copyright = fes.util.copyright("https://git.vxserver.dev/fSD", "fSD")
|
||||
|
||||
site:banner(fes.app.header.render(std))
|
||||
|
||||
site:note(u.cc({
|
||||
std.h1("Free Software Distributions Documentation"),
|
||||
std.blockquote(std.h1("NOT IMPLEMENTED")),
|
||||
}))
|
||||
|
||||
return site
|
||||
Reference in New Issue
Block a user