diff options
Diffstat (limited to 'www/test.html')
| -rw-r--r-- | www/test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/test.html b/www/test.html index 77d376d..b3f38f3 100644 --- a/www/test.html +++ b/www/test.html @@ -6,14 +6,14 @@ </head> <body> <header> - <div style="float: left; font-size: 20px"> <button onclick="window.location.href='/';"> sh%t go back </button> </div> + <div style="float: left"> <button onclick="window.location.href='/'" style="font-size: 20px">sh%t go back</button> </div> <div style="margin: auto; width: fit-content;"> <b> The Mighty HTML Testing Page </b> </div> </header> <div id="section-div"> <section> <h1> APIv1 Testing page </h1> <p> You are supposed to see that, it's not a bug </p> - <p> This is a small API / webserver testing page, so feel free to click on downloads to see if they work </p>x + <p> This is a small API / webserver testing page, so feel free to click on downloads to see if they work </p> </section> <section> <h1> File download test </h1> |