new sesctions and hidden pages and effects
This commit is contained in:
@@ -48,6 +48,9 @@ func main() {
|
||||
staticPage("/finance", "finance.html")
|
||||
staticPage("/cinema", "cinema.html")
|
||||
staticPage("/engine", "engine.html")
|
||||
staticPage("/42", "42.html")
|
||||
staticPage("/secret", "secret.html")
|
||||
|
||||
//http.HandleFunc("/portfolio", Portfolio)
|
||||
http.HandleFunc("/git", func(w http.ResponseWriter, r *http.Request) {
|
||||
http.Redirect(w, r, "https://git.samantha42.xyz", http.StatusFound)
|
||||
|
||||
Reference in New Issue
Block a user