diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-26 22:03:56 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-26 22:03:56 +0300 |
| commit | 99639514d62a5fd9e5098b77ce680b86c243113d (patch) | |
| tree | 613f5727aab271369c88a64df2e82aa6599595dd /www/test.html | |
| parent | 32df4bc24b57d2ec3dc28cac44bd987d91031699 (diff) | |
| download | httpy-99639514d62a5fd9e5098b77ce680b86c243113d.tar.gz httpy-99639514d62a5fd9e5098b77ce680b86c243113d.zip | |
Small changes
Diffstat (limited to 'www/test.html')
| -rw-r--r-- | www/test.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/test.html b/www/test.html deleted file mode 100644 index 9f0d12d..0000000 --- a/www/test.html +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <title> The YES's Page </title> - <meta charset="UTF-8"> - <link rel="stylesheet" href="css/styles.css"> -</head> -<body> - <header> - <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> - </section> - <section> - <h1> File download test </h1> - <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> - <p> This is a page for testing various things </p> - </footer> -</body> -</html> |