-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (39 loc) · 1.39 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTTP over SCTP</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css.css">
</head>
<body>
<h1>HTTP over SCTP and TCP</h1>
<h3>Sample download files</h3>
<ul>
<li><a href="files/512B">512 Byte</a></li>
<li><a href="files/1K">1 kByte</a></li>
<li><a href="files/2K">2 kByte</a></li>
<li><a href="files/4K">4 kByte</a></li>
<li><a href="files/1M">1 MByte</a></li>
<li><a href="files/2M">2 MByte</a></li>
<li><a href="files/4M">4 MByte</a></li>
<li><a href="files/8M">8 MByte</a></li>
<li><a href="files/16M">16 MByte</a></li>
<li><a href="files/32M">32 MByte</a></li>
<li><a href="files/64M">64 MByte</a></li>
<li><a href="files/128M">128 MByte</a></li>
</ul>
<h3>Sample HTML files</h3>
<p>The sample HTML files have img-tags included which will cause additional GET-requests by the browser</p>
<ul>
<li><a href="sample-1.html">1 request</a></li>
<li><a href="sample-5.html">5 requests</a></li>
<li><a href="sample-25.html">25 requests</a></li>
<li><a href="sample-100.html">100 requests</a></li>
<li><a href="chunks.html">many requests :)</a></li>
</ul>
<p>
<small><a href="impressum.html">Impressum</a> - <a href="https://github.com/nplab/">@GitHub</a></small>
</p>
</body>
</html>