Cleared up index, removed some useless thing, templates are now embeded in the executable

This commit is contained in:
mStar aka a person 2024-01-08 16:58:24 +01:00
parent caabd6d740
commit 09d000a1d5

View file

@ -1,10 +0,0 @@
package main
import (
"fmt"
"net/http"
)
func handleClicked(w http.ResponseWriter, r *http.Request) {
fmt.Fprint(w, "Clicked")
}