-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<meta name="theme-color" content="#000000" />
<title>Decentraland Squid Management</title>
<meta name="description" content="Here should go a description of the dApp" />
<meta property="og:title" content="Decentraland">
<meta property="og:description" content="Here should go a description of the dApp" />
<meta property="og:image" content="https://decentraland.org/images/decentraland.png">
<meta property="twitter:title" content="Decentraland">
<meta property="twitter:description" content="Here should go a description of the dApp">
<meta property="twitter:image" content="https://decentraland.org/images/decentraland.png">
<meta property="twitter:card" content="summary">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>