added instruction booklet
This commit is contained in:
parent
f59c6a0547
commit
d1ba149b63
BIN
documents/The Girl Who Kicked a Rabbit - Instruction Booklet.pdf
Normal file
BIN
documents/The Girl Who Kicked a Rabbit - Instruction Booklet.pdf
Normal file
Binary file not shown.
1
main.go
1
main.go
|
@ -71,6 +71,7 @@ func buildHandlers() {
|
||||||
http.HandleFunc("/post/", postHandler)
|
http.HandleFunc("/post/", postHandler)
|
||||||
http.HandleFunc("/update", updateHandler)
|
http.HandleFunc("/update", updateHandler)
|
||||||
http.HandleFunc("/", pastHandler)
|
http.HandleFunc("/", pastHandler)
|
||||||
|
http.Handle("/documents/", http.StripPrefix("/documents/", http.FileServer(http.Dir("documents"))))
|
||||||
http.Handle("/images/", http.StripPrefix("/images/", http.FileServer(http.Dir("images"))))
|
http.Handle("/images/", http.StripPrefix("/images/", http.FileServer(http.Dir("images"))))
|
||||||
http.Handle("/css/", http.StripPrefix("/css/", http.FileServer(http.Dir("css"))))
|
http.Handle("/css/", http.StripPrefix("/css/", http.FileServer(http.Dir("css"))))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user