forked from cilphex/bitcoin-never-look-back
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.36 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
<html>
<head>
<title>Bitcoin Charts</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/chart-icon.png" />
<link rel="stylesheet" type="text/css" href="css/index.css"/>
<link rel="stylesheet" type="text/css" href="css/responsive.css"/>
<link rel="stylesheet" type="text/css" href="css/home.css"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152601513-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152601513-2');
</script>
</head>
<body>
<div class="nav-wrap">
<div class="nav">
<a class="home selected" href="/">
<span></span>
<span></span>
<span></span>
</a>
<a href="/nlb.html">NLB</a>
<a href="/plc.html">PLC</a>
<!-- <a href="/stock-to-flow.html">Stock to Flow</a> -->
</div>
</div>
<div class="content">
<h1>Bitcoin Charts</h1>
<div class="links">
<a href="/nlb.html">Never Look Back Price</a>
<a href="/plc.html">Power Law Corridor</a>
<!-- <a href="/stock-to-flow.html">Stock to Flow</a> -->
</div>
</div>
</body>
</html>