diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2025-01-30 10:51:48 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2025-01-30 10:51:48 +0000 |
| commit | afca5f12b75a2af1d75d74d952c2a955daa033a1 (patch) | |
| tree | 618021b961486b49877bcd1a9666c6f122a1df32 /public | |
| parent | 9be77db6e8def89cf26c5be4db22731b6d3a69f2 (diff) | |
Prettified Code!
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index f0ec2af..aa9db3f 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>This is your computer</p> </details> </ul> |
