-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
43 lines (43 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Ethereum Fireworks Show
</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<div class="container">
<a id="pwrd-by" href="https://docs.amberdata.io/reference/connection" target="_blank">
<img src="assets/amberdata_logo_color_pwrd.svg" alt="">
</a>
<div id="page-header">
<div id="demo-title"><b>Ethereum Fireworks Show</b></div>
<a id="repo-link"
href="https://github.com/amberdata/amberdata-example-websockets">
<svg id="github-logo", xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9 1.4.3 2.6.4 3.8.4 8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1-8.4 1.9-15.9 2.7-22.6 2.7-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1 10.5 0 20-3.4 25.6-6 2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8 0 0 1.6-.5 5-.5 8.1 0 26.4 3.1 56.6 24.1 17.9-5.1 37-7.6 56.1-7.7 19 .1 38.2 2.6 56.1 7.7 30.2-21 48.5-24.1 56.6-24.1 3.4 0 5 .5 5 .5 12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5 1.2 0 2.6-.1 4-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z"/></svg>
<div>View Repo</div>
</a>
</div>
<div id="stream">
<div id="header">
WEBSOCKET STREAM
</div>
<div id="list"></div>
<div class="spinner">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<h4>Waiting for blocks</h4>
</div>
</div>
<script src="assets/jquery.min.js"
type="text/javascript"></script>
<script src="assets/axios.min.js"></script>
<script src="assets/fireworks.js"></script>
<script src="index.js"></script>
</body>
</html>