forked from juzybits/polymedia-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (20 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<title>Explorer | Pragma</title>
<meta name="description" content="Explore Sui transactions, objects, etc." />
<link rel="icon" type="image/webp" href="https://buildonpragma.notion.site/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F96492257-1e63-49e6-9716-4932aeeea6cc%2F0b03d81f-e752-4613-bf9b-29c1abd782a1%2Fgreen_icon.png?table=block&id=fff034e1-c4fa-804d-b590-f182603e01c4&spaceId=96492257-1e63-49e6-9716-4932aeeea6cc&width=2000&userId=&cache=v2">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow"/>
<meta property="og:url" content="https://explorer.devnet.pragma.build" />
<meta property="og:title" content="Sui Explorer by Pragma" />
<meta name="theme-color" content="#d2ecfb" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>