feat: display color-coded word cards on index page
This commit is contained in:
@ -19,5 +19,5 @@ func HandlePing(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
func HandleHome(w http.ResponseWriter, r *http.Request) {
|
||||
tmpl := template.Must(template.ParseFiles("../components/index.html"))
|
||||
tmpl.Execute(w, nil)
|
||||
tmpl.Execute(w, roundWords)
|
||||
}
|
||||
|
Reference in New Issue
Block a user