This commit is contained in:
2025-12-02 20:22:55 -05:00
parent 0c95cb772b
commit 155f3d3ef0
3 changed files with 91 additions and 104 deletions

View File

@@ -6,4 +6,10 @@ site.copyright = fes.util.copyright("https://git.vxserver.dev/fSD/", "fSD")
site:h1("URL: " .. fes.bus.url)
local params = fes.bus.params
for key, val in pairs(params) do
site:h2(key .. ": " .. val)
end
return site