diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 09:37:05 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 09:37:05 -0700 |
| commit | 5f2fa682310a6df703d6d65a49fd96159cb43823 (patch) | |
| tree | db645f6ed630b6a159ae31e9df10e3e9c5d085a9 /html/app.html | |
| parent | 5e2814b3f0cf0d92c7e4722648cd3006de9596ea (diff) | |
Make it so the links are the same on iOS as they are on desktop
Diffstat (limited to 'html/app.html')
| -rw-r--r-- | html/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/app.html b/html/app.html index 351b15a..b5e4d0d 100644 --- a/html/app.html +++ b/html/app.html @@ -24,7 +24,7 @@ <link rel="stylesheet" type="text/css" href="/css/all.css"> <link rel="icon" type="image/x-icon" href="/images/logos/taya.gif"> </head> -<body> +<body ontouchstart> <div class="container"> {{HEADER}} |
