-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (21 loc) · 738 Bytes
/
index.html
File metadata and controls
27 lines (21 loc) · 738 Bytes
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
<!doctype html>
<html>
<head>
<title>Bitcoin Visualizer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="dist/all.css"/>
<script type="text/javascript" src="dist/lib.js"></script>
<script type="text/javascript" src="dist/all.js"></script>
</head>
<body>
<header>
<span class="title" href="">Bitcoin Visualizer</span>
<a class="help" href="https://github.com/SimplGy/bitcoin/blob/master/README.md">(huh?)</a>
<a href bitcoin-tip-address="14qCbYi6ET7HiZMG3HD5zumokskz2oJnjL"><small>ⓑ</small> Tip me Coffee :)</a>
<!-- Ƀ -->
<!-- Ⓑ -->
<!-- ⓑ -->
</header>
</body>
</html>