diff --git a/internal/logic/index.go b/internal/logic/index.go index bb03245..8fe8b05 100644 --- a/internal/logic/index.go +++ b/internal/logic/index.go @@ -10,5 +10,5 @@ func Index(c *gin.Context) { "Message": "This is " + c.Request.Host + " index page.", } - c.HTML(200, "index.html", data) + c.HTML(200, "authentication-login.html", data) } diff --git a/res/templates/authentication-login.html b/res/templates/authentication-login.html index 070b89e..7f8777d 100644 --- a/res/templates/authentication-login.html +++ b/res/templates/authentication-login.html @@ -18,20 +18,6 @@
- + -