diff --git a/main.go b/main.go index 027df1c..2f9c6cd 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,7 @@ func panel(w http.ResponseWriter, r *http.Request) { func login(w http.ResponseWriter, r *http.Request) { fmt.Println("method:", r.Method) if r.Method == "GET" { - t, _ := template.ParseFiles("login.gtpl") + t, _ := template.ParseFiles("login.html") t.Execute(w, nil) } else { r.ParseForm()