diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-01-30 12:50:33 +0000 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-01-30 12:54:25 +0000 |
| commit | f681d5c85088b66e47c46b56521056e59c9cdb7f (patch) | |
| tree | 27f7825d233f69ca75c088a672b246bc5130deb5 /public | |
| parent | afca5f12b75a2af1d75d74d952c2a955daa033a1 (diff) | |
make css look nicer
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html index aa9db3f..785c8d1 100644 --- a/public/index.html +++ b/public/index.html @@ -137,11 +137,9 @@ </noscript> <ul class="serverlist"> <details name="servers"> - <summary> - <p>Singleplayer</p> - <a class="button" href="client.html?mode=replay">Join</a> - </summary> - <p>This is your computer</p> + <summary><p>Singleplayer</p> + <a class="button" href="client.html?mode=replay">Join</a></summary> + <p>Try out things</p> </details> </ul> <ul class="serverlist" id="masterlist"></ul> @@ -160,9 +158,7 @@ <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> |
