luapage/pages/test.lua
2021-05-02 15:07:43 +03:00

8 lines
No EOL
97 B
Lua

function Home()
return {
t("Hello"),
t(" wow")
}
end
page.Commit(Home())