Working on the actual web pages

This commit is contained in:
Caleb Gardner
2024-07-31 06:53:05 -05:00
parent f86cdb0554
commit 91c122e212
4 changed files with 46 additions and 5 deletions
-4
View File
@@ -28,7 +28,3 @@ func sendIndexWithContent(w http.ResponseWriter, content string) {
w.Header().Set("Content-Type", "text/html; charset=utf-8")
w.Write(dat)
}
func blogHandler(w http.ResponseWriter, r *http.Request) {
//TODO
}