diff --git a/output/README.md b/README_backup.md similarity index 100% rename from output/README.md rename to README_backup.md diff --git a/output/cmd/landing_main.go b/output/cmd/landing_main.go index d2efbed..284f90b 100644 --- a/output/cmd/landing_main.go +++ b/output/cmd/landing_main.go @@ -53,7 +53,7 @@ func main() { // Serve landing page r.GET("/", func(c *gin.Context) { - c.File("web/templates/landing.html") + c.File("web/templates/accessible_landing.html") }) // Health check endpoint