fedipod/root.templ
2025-02-21 19:08:14 +00:00

6 lines
56 B
Text

package main
templ root() {
<div>Hello HTTP</div>
}