-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (64 loc) · 1.44 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Fleek Network Benchmarks</title>
<style type="text/css">
body {
font: 14px Helvetica Neue;
text-rendering: optimizelegibility;
}
.body {
width: 960px;
margin: auto;
}
a:link {
color: #1F78B4;
text-decoration: none;
}
h2 {
font-size: 36px;
font-weight: 300;
}
h3 {
font-size: 24px;
font-weight: 300;
}
#footer {
height: 40px;
background: #888;
color: white;
font-size: larger;
font-weight: 300;
}
#footer a {
color: white;
text-decoration: underline;
}
#footer p {
text-align: center
}
table {
border-collapse: collapse;
}
table,
th,
td {
border: 1px solid #888;
}
</style>
</head>
<body>
<div class="body">
<h2>Fleek Network Benchmarks</h2>
<ul>
<li><a href="ursa/report">Ursa</a></li>
<li><a href="topology/report">Topology</a></li>
<!---<li><a href=""></a></li>-->
</ul>
</div>
<div id="footer">
<p>fleek network 2023</p>
</div>
</body>
</html>