-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.23 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximumscale=1,minimum-scale=1,user-scalable=no">
<meta name="keywords" content="Inter-Blockchain Communication, Internet of blockchain, Cosmos Scan, IBC, Cross Chain">
<meta name="description" content="IBC transfer Overview Information">
<meta property="og:image" content="https://iobscan.io/resources/ibc-logo/ibc.iobscan.png" />
<meta property="og:title" content="IOBScan - Inter Blockchain Explorer" />
<meta
property="og:description"
content="Inter blockchain explorer powered by IOBScan, supports IRIS Hub, Cosmos Hub, Osmosis, Crypto.Org, Akash, Persistence, Regen, Sentinel, Sifchain, Starname, E-Money, Microtick. It provides IBC information on the cross chain ecology."
/>
<link rel="icon" href="/favicon.ico" />
<title>IOBScan - IBC</title>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>