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,7 @@
local header = {}
header.render = function(std)
return std.center(std.ha("/", std.h1("Best Practices")))
end
return header