This commit is contained in:
2025-12-02 21:10:34 -05:00
parent 12c4d3c46e
commit 76eb4809e2
15 changed files with 327 additions and 103 deletions

View File

@@ -0,0 +1,9 @@
local header = {}
header.render = function(std)
return table.concat({
std.center(std.h1("Free Software Distributions Documentation")),
})
end
return header