movie list and portifolie died link

This commit is contained in:
samantha42
2026-05-19 22:11:24 +02:00
parent f13eac36fc
commit 4569f35d11
17 changed files with 617 additions and 747 deletions
-1
View File
@@ -55,7 +55,6 @@ func main() {
http.HandleFunc("/cinema", Cinema)
http.HandleFunc("/engine", Engine)
http.HandleFunc("/portfolio", Portfolio)
http.HandleFunc("/git", func(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "https://git.samantha42.xyz", http.StatusFound)
})