testing script and source

This commit is contained in:
2026-01-16 16:08:18 -05:00
parent 7e3af14059
commit e097d428b3
27 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
local header = {}
header.render = function(std)
return std.center(std.ha("/", std.h1("Best Practices")))
end
return header