diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 785c8d1..37afffb 100644 --- a/public/index.html +++ b/public/index.html @@ -137,8 +137,10 @@ </noscript> <ul class="serverlist"> <details name="servers"> - <summary><p>Singleplayer</p> - <a class="button" href="client.html?mode=replay">Join</a></summary> + <summary> + <p>Singleplayer</p> + <a class="button" href="client.html?mode=replay">Join</a> + </summary> <p>Try out things</p> </details> </ul> @@ -158,7 +160,9 @@ <a href="https://discord.gg/9rYQVVQ">Join us on Discord</a> </p> <p> - <a href="https://servers.aceattorneyonline.com/privacy">Privacy Policy</a> + <a href="https://servers.aceattorneyonline.com/privacy" + >Privacy Policy</a + > </p> </div> </form> |
