blob: e3befbfc748e187775625ca7b51c59c179179556 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!DOCTYPE html>
<html lang="en">
<head>
<title> The YES's Page </title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<div style="float: left; font-size: 20px"> <button onclick="window.location.href='/';"> 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> File download test </h1>
<p> <a href="/APIv1/file/generated/1gib" target="_blank">Download 1 GiB file</a> </p>
<p> <a href="/APIv1/file/generated/5gib" target="_blank">Download 5 GiB file</a> </p>
<p> <a href="/APIv1/file/generated/10gib" target="_blank">Download 10 GiB file</a> </p>
<p> <a href="/APIv1/file/generated/20gib" target="_blank">Download 20 GiB file</a> </p>
</section>
</div>
<footer>
<p> This is a page for testing various things </p>
</footer>
</body>
</html>
|