update examples

This commit is contained in:
2025-12-28 20:17:46 -05:00
parent 5a733b8642
commit 1c229f1b3e
21 changed files with 96 additions and 54 deletions

View File

@@ -0,0 +1,13 @@
local footer = {}
footer.render = function(std)
return table.concat({
std.h2("Other resources"),
std.tl({
std.external("https://git.vxserver.dev/fSD/fes", "Fes source"),
std.external("https://docs.vxserver.dev/static/fes.html", "Documentation"),
}),
})
end
return footer