aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 12:46:15 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 12:46:15 +0100
commit580e6500a5ebdb5f9970b69c5c3902e4b49c099a (patch)
tree105902a26c1e51382a71d746e25270105d263ba1 /main.go
parentaa1719940bd8b431c45e365d4734819bf9fbe2a7 (diff)
fix(style): name and pronouns not centered on phone
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7c2b48a..fc6d2e4 100644
--- a/main.go
+++ b/main.go
@@ -63,5 +63,5 @@ func main() {
http.Redirect(w, r, "/", http.StatusTemporaryRedirect)
}
- g.StartServer(":80")
+ g.StartServer(":8000")
}