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:
@@ -53,7 +53,7 @@ func main() {
|
|||||||
|
|
||||||
// Serve landing page
|
// Serve landing page
|
||||||
r.GET("/", func(c *gin.Context) {
|
r.GET("/", func(c *gin.Context) {
|
||||||
c.File("web/templates/landing.html")
|
c.File("web/templates/accessible_landing.html")
|
||||||
})
|
})
|
||||||
|
|
||||||
// Health check endpoint
|
// Health check endpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user