forked from juzybits/polymedia-explorer-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (30 loc) · 1.5 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
<!doctype html>
<html lang="en">
<head>
<title>Explorer | Polymedia</title>
<meta name="description" content="Explore Sui transactions, objects, etc." />
<link rel="icon" type="image/webp" href="https://assets.polymedia.app/img/all/logo-nomargin-transparent-512x512.webp">
<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.polymedia.app" />
<meta property="og:title" content="Sui Explorer by Polymedia" />
<meta property="og:description" content="Explore Sui transactions, objects, etc." />
<meta property="og:image" content="img/open-graph.webp" />
<meta property="og:type" content="website"/>
<meta name="twitter:url" content="https://explorer.polymedia.app" />
<meta name="twitter:title" content="Sui Explorer by Polymedia" />
<meta name="twitter:description" content="Explore Sui transactions, objects, etc." />
<meta name="twitter:image" content="https://explorer.polymedia.app/img/open-graph.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@polymedia_app" />
<meta name="twitter:creator" content="@polymedia_app" />
<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>