diff options
Diffstat (limited to 'www/test.html')
| -rw-r--r-- | www/test.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/test.html b/www/test.html index f7b7b27..77d376d 100644 --- a/www/test.html +++ b/www/test.html @@ -11,10 +11,15 @@ </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 + </section> + <section> <h1> File download test </h1> - <p> <a href="/APIv1/file/random?size=128mib" target="_blank">Download 128 MiB file</a> </p> - <p> <a href="/APIv1/file/random?size=512mib" target="_blank">Download 512 MiB file</a> </p> - <p> <a href="/APIv1/file/random?size=1gib" target="_blank">Download 1 GiB file</a> </p> + <p> <a href="/APIv1/file/random?size=128mib" target="_blank">Download random 128 MiB file</a> </p> + <p> <a href="/APIv1/file/random?size=512mib" target="_blank">Download random 512 MiB file</a> </p> + <p> <a href="/APIv1/file/random?size=1gib" target="_blank">Download random 1 GiB file</a> </p> </section> </div> <footer> |