change web pages

This commit is contained in:
YouROK
2020-12-07 15:59:17 +03:00
parent eecbb3aa10
commit acfe757881
5 changed files with 48 additions and 6 deletions

View File

@@ -6,5 +6,5 @@ import (
)
func mainPage(c *gin.Context) {
c.Data(200, "text/html; charset=utf-8", []byte(template.MainPage))
c.Data(200, "text/html; charset=utf-8", template.IndexHtml)
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long