-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="Watch real-time Nano transaction as a soap bubble."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://nanopark.cf" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nano Park" />
<meta
property="og:description"
content="Watch real-time Nano transaction as a soap bubble."
/>
<meta property="og:image" content="" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="nanopark.cf" />
<meta property="twitter:url" content="http://nanopark.cf" />
<meta name="twitter:title" content="Nano Park" />
<meta
name="twitter:description"
content="Watch real-time Nano transaction as a soap bubble."
/>
<meta name="twitter:image" content="" />
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<link type="text/css" rel="stylesheet" href="main.css" />
<title>Nano Park - transaction visualizer</title>
</head>
<body>
<div id="info">Every soap bubble is a confirmed ⋰·⋰ Nano transaction</div>
</body>
<script type="module" src="./main.js"></script>
</html>