forked from georgiamoon/costOfConnectivity
-
Notifications
You must be signed in to change notification settings - Fork 4
/
archive.html
36 lines (30 loc) · 830 Bytes
/
archive.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
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 10px;
font-family: "MetaSerifWeb-Book", serif;
}
h2, h3 {
text-transform: uppercase;
line-height: 1.4;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
</style>
<body>
<h2>Cost of Connectivity Charts</h2>
<div style="margin-left: auto;
margin-right: auto; width: 100%">
<ul>
<li><h3> <a href="3gb_ranking-bar.html">3GB Ranking</a> </h3> </li>
<li><h3> <a href="alldata-home.html">All Data - Home Broadband</a> </h3> </li>
<li><h3> <a href="alldata-mobile.html">All Data - Mobile Broadband</a> </h3> </li>
<li><h3> <a href="b4yb-homebb.html">B4YB - Home Broadband</a> </h3> </li>
<li><h3> <a href="b4yb-mobile.html">B4YB - Mobile Broadband</a> </h3> </li>
</div>
</body>
</html>