new sesctions and hidden pages and effects

This commit is contained in:
samantha42
2026-05-21 06:33:29 +02:00
parent 393f6de5b6
commit 4cb5ea8724
11 changed files with 704 additions and 13 deletions
+3
View File
@@ -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)