forked from ping-pub/explorer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
46 lines (46 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
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nibiru Explorer</title>
<meta
name="description"
content="Nibiru Explorer is a block explorer/web wallet for Nibiru Chain."
/>
<link rel="stylesheet" type="text/css" href="/loader.css" />
<script
async
type="text/javascript"
src="https://www.googletagmanager.com/gtm.js?id= GTM-5Z96TB6L&l=dataLayer"
></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
title="Google Tag Manager"
src="https://www.googletagmanager.com/ns.html?id=GTM-5Z96TB6L"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app">
<div id="loading-bg">
<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/ping-widget@latest/dist/ping-widget.min.js"
></script>
</body>
</html>