Skip to content

Commit 64c1542

Browse files
committed
add h1
1 parent ca57a4a commit 64c1542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717

1818
fmt.Println("Creating index route")
1919
mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
20-
w.Write([]byte("test"))
20+
w.Write([]byte("<h1>test</h1>"))
2121
})
2222

2323
fmt.Println("Server listening on :8080")

0 commit comments

Comments
 (0)