Interfaccia servita
This commit is contained in:
parent
0bf1e28ad5
commit
aafe0566d7
3 changed files with 1 additions and 2 deletions
2
html.go
2
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())
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
hello
|
Reference in a new issue