forked from ping-pub/explorer
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 850 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>ITRocket Explorer - Cosmos Blockchain Explorer And Web Wallet</title>
<meta property="og:title" content="ITRocket Explorer" />
<meta property="og:image" content="/explorer_preview.png" />
<meta property="twitter:title" content="ITRocket Explorer" />
<meta property="twitter:image" content="/explorer_preview.png" />
<meta property="twitter:card" content="summary_large_image" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/ping-widget@v0.3.8/dist/ping-widget.min.js"
></script>
</body>
</html>