new reaserch, game desription

This commit is contained in:
samantha42
2026-05-27 09:15:19 +02:00
parent 4f5f7251bb
commit bb78ed62e9
7 changed files with 2478 additions and 6 deletions
+4
View File
@@ -51,6 +51,10 @@ func main() {
staticPage("/42", "42.html")
staticPage("/secret", "secret.html")
http.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, "./static/icon.png")
})
//http.HandleFunc("/portfolio", Portfolio)
http.HandleFunc("/git", func(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "https://git.samantha42.xyz", http.StatusFound)