fix: update landing page to use accessible template and remove duplicate README

- Update landing_main.go to serve accessible_landing.html
- Remove duplicate README.md from output/ directory
- Maintain comprehensive README at top level with full documentation
This commit is contained in:
YourDreamNameHere
2025-11-20 16:42:15 -05:00
parent d118f3fb8d
commit bf201f0595
2 changed files with 1 additions and 1 deletions

View File

@@ -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