4166de5a4b
Go 1.22 net/http.ServeMux + html/template + http.FileServer for static. HTMX 2.0.10 vendored as web/static/htmx.min.js (NOT go get; G-006). base.html layout with nav to all 5 screens. home.html overview. ---ci--- project: oy phase: 1 milestone: v0.6 status: execute ---/ci---
6 lines
43 B
Go
6 lines
43 B
Go
package main
|
|
|
|
func main() {
|
|
runServer()
|
|
}
|