fix: update docker interface

This commit is contained in:
2025-12-27 12:04:04 -05:00
parent 99e437b42b
commit c681e342a0
5 changed files with 19 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
local fes = require("fes")
local site = fes.fes()
site.copyright = fes.util.copyright("https://fsd.vxserver.dev", "fSD")
site:h1("Hello, World!")
return site