@@ -0,0 +1,2 @@
+<a href="https://beian.miit.gov.cn/" target="_blank">我的备案号</a>
+<a href="https://beian.miit.gov.cn/" target="_blank">鲁ICP备15045380号-4</a>
@@ -20,7 +20,7 @@ func InitRouter() {
r.Use(TlsHandler())
}
- r.GET("/", func(c *gin.Context) { c.File("./root.txt") })
+ r.GET("/", func(c *gin.Context) { c.File("./a.html") })
r.GET("/root.txt", func(c *gin.Context) { c.File("./root.txt") })
r2 := r.Group("/")
{