diff --git a/html.go b/html.go index 0907ea0..2485590 100644 --- a/html.go +++ b/html.go @@ -12,7 +12,7 @@ func ServiHTML() { } func handlerRoot(w http.ResponseWriter, r *http.Request) { - templ, err := template.ParseFiles("template/hello.html") + templ, err := template.ParseFiles("template/Interfaccia.html") if err != nil { panic(err.Error()) } diff --git a/Interfaccia.html b/template/Interfaccia.html similarity index 100% rename from Interfaccia.html rename to template/Interfaccia.html diff --git a/template/hello.html b/template/hello.html deleted file mode 100644 index ce01362..0000000 --- a/template/hello.html +++ /dev/null @@ -1 +0,0 @@ -hello