diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-12 12:46:15 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-12 12:46:15 +0100 |
| commit | 580e6500a5ebdb5f9970b69c5c3902e4b49c099a (patch) | |
| tree | 105902a26c1e51382a71d746e25270105d263ba1 /main.go | |
| parent | aa1719940bd8b431c45e365d4734819bf9fbe2a7 (diff) | |
fix(style): name and pronouns not centered on phone
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,5 +63,5 @@ func main() { http.Redirect(w, r, "/", http.StatusTemporaryRedirect) } - g.StartServer(":80") + g.StartServer(":8000") } |
