diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-24 20:10:19 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-24 20:10:19 +0300 |
| commit | 60eee2a7aab05d11050eaf5fc483db82900e9cae (patch) | |
| tree | 4c70d5cb77c17e001924a99e6ca139728f3a8b77 /www/test.html | |
| parent | 443b0216eec676360f9b835607301c3d7fd427d3 (diff) | |
| download | httpy-60eee2a7aab05d11050eaf5fc483db82900e9cae.tar.gz httpy-60eee2a7aab05d11050eaf5fc483db82900e9cae.zip | |
Update styles
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> |