forked from ping-pub/explorer
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (51 loc) · 4.13 KB
/
index.html
File metadata and controls
53 lines (51 loc) · 4.13 KB
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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Union Dashboard - Union Blockchain Explorer And Web Wallet</title>
<meta name="description" content="Ping Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub" />
<link rel="stylesheet" type="text/css" href="/loader.css" />
</head>
<body>
<div id="app">
<div id="loading-bg">
<div class="loading-logo">
<svg class="h-10 dark:text-white text-black" viewBox="0 0 656 182" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
d="M484.174 141.239C476.957 141.239 471.094 139.882 466.57 136.014C462.154 132.051 460.283 126.659 460.283 120.338V60.2464C460.283 53.8308 462.154 48.4386 466.57 44.5704C471.094 40.7022 476.957 39.3451 484.174 39.3451H523.154C530.478 39.3451 536.341 40.7022 540.757 44.5704C545.173 48.4386 547.044 53.8308 547.044 60.2464V120.338C547.044 126.659 545.173 132.051 540.757 136.014C536.341 139.882 530.478 141.239 523.154 141.239H484.174ZM514.352 121.644C516.937 121.644 519.239 121.564 520.639 120.338C522.147 119.111 523.154 117.377 523.154 115.112V65.4717C523.154 63.2074 522.147 61.4729 520.639 60.2464C519.239 59.0199 516.937 58.94 514.352 58.94H492.976C490.283 58.94 488.089 59.0199 486.689 60.2464C485.289 61.4729 484.174 63.2074 484.174 65.4717V115.112C484.174 117.377 485.289 119.111 486.689 120.338C488.089 121.564 490.283 121.644 492.976 121.644H514.352Z"
fill="currentColor" />
<path d="M438.089 140.23H413.876V40.354H438.089V140.23Z" fill="currentColor" />
<path
d="M328.811 140.23H304.921V40.354H330.069L367.791 101.389L367.791 83.7212V40.354H391.682V140.23H366.534L328.811 79.1947L328.811 96.8628V140.23Z"
fill="currentColor" />
<path
d="M592.891 139.876H569V40H594.148L631.87 101.035L631.87 83.3672V40H655.761V139.876H630.613L592.891 78.8407L592.891 96.5088V139.876Z"
fill="currentColor" />
<path
d="M220.934 141.239C213.707 141.239 207.809 139.882 203.279 135.998C198.857 132.02 196.974 126.623 196.974 120.276V40.354H220.934V115.035C220.934 117.308 222.054 119.044 223.456 120.276C224.858 121.507 227.065 121.586 229.761 121.586H249.938C252.635 121.586 254.842 121.507 256.244 120.276C257.646 119.044 258.766 117.308 258.766 115.035V40.354H282.726V120.276C282.726 126.623 280.843 132.02 276.421 135.998C271.998 139.882 266.101 141.239 258.766 141.239H220.934Z"
fill="currentColor" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M121.062 121.062C121.062 154.492 93.961 181.593 60.5309 181.593C27.1006 181.593 0 154.492 0 121.062H29.6478C29.6478 137.777 43.8158 151.327 60.5309 151.327C77.246 151.327 91.4141 137.777 91.4141 121.062H121.062Z"
fill="currentColor" />
<path d="M136.939 105.185H166.708V75.4155H136.939V105.185Z" fill="currentColor" />
<path d="M121.062 75.4154H91.2924V105.185H121.062V75.4154Z" fill="currentColor" />
<path d="M45.6461 105.185H75.4154V75.4155H45.6461V105.185Z" fill="currentColor" />
<path d="M29.7693 75.4154H0V105.185H29.7693V75.4154Z" fill="currentColor" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M45.6465 60.5309C45.6465 27.1006 72.7473 0 106.177 0C139.608 0 166.708 27.1006 166.708 60.5309H137.061C137.061 43.8158 122.892 30.2655 106.177 30.2655C89.4624 30.2655 75.2943 43.8158 75.2943 60.5309H45.6465Z"
fill="currentColor" />
</svg>
</div>
<div class="pre-loading">
<div class="effect-1 effects"></div>
<div class="effect-2 effects"></div>
<div class="effect-3 effects"></div>
</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ping-widget.min.js"></script>
</body>
</html>