alpha p1
This commit is contained in:
9
docs.vxserver.dev/include/header.lua
Normal file
9
docs.vxserver.dev/include/header.lua
Normal 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
|
||||
Reference in New Issue
Block a user