alpha commit
This commit is contained in:
15
fsd.vxserver.dev/include/header.lua
Normal file
15
fsd.vxserver.dev/include/header.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
local header = {}
|
||||
|
||||
header.render = function(std)
|
||||
return table.concat({
|
||||
std.center(std.ha("/", std.h1("Free Software Distributions"))),
|
||||
std.center(table.concat({
|
||||
std.nav("about", "About"),
|
||||
std.nav("faq", "FAQ"),
|
||||
std.nav("release", "Releases"),
|
||||
std.nav("news", "Site news"),
|
||||
}))
|
||||
})
|
||||
end
|
||||
|
||||
return header
|
||||
Reference in New Issue
Block a user