preparing for try2 #mythical-man-month was right

This commit is contained in:
YourDreamNameHere
2025-11-20 17:18:18 -05:00
parent bf201f0595
commit 91090f152d
9 changed files with 2911 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ func main() {
// Serve landing page
r.GET("/", func(c *gin.Context) {
c.File("web/templates/accessible_landing.html")
c.File("web/templates/optimized_landing.html")
})
// Health check endpoint