diff --git a/main.go b/main.go index 217d2c5..e7f34a1 100644 --- a/main.go +++ b/main.go @@ -77,6 +77,9 @@ func main() { // Static files not in /static or /.well-known mux.HandleFunc("/robots.txt", buildHTTPFileReader(embed_robots_txt)) mux.HandleFunc("/humans.txt", buildHTTPFileReader(embed_humans_txt)) + mux.HandleFunc("/8ztjw6bhc9.txt", func(w http.ResponseWriter, r *http.Request) { + fmt.Fprint(w, "keke") + }) server := http.Server{ Addr: ":" + *portFlag, diff --git a/templates/index.html b/templates/index.html index b44054c..f3f9a58 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,24 +37,18 @@
m_star
I'm also working on a Fediverse server, Linstrom
-Todo: Add proper styling
@@ -114,7 +108,7 @@Contact: me@mstar.dev (Public PGP key)
-Last updated: 30.12.2024
+Last updated: 16.01.2025