forked from worldwide-asset-exchange/wax-labs-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="WAX Labs funds projects that have a clear and measurable impact on the WAX ecosystem." />
<meta property="og:title" content="WAX Labs">
<meta property="og:site_name" content="WAX Labs">
<meta name="twitter:image:alt" content="WAX Labs">
<meta property="og:description" content="WAX Labs funds projects that have a clear and measurable impact on the WAX ecosystem.">
<meta property="og:url" content="https://labs.wax.io" />
<meta property="og:image" content="/WAXlabs-logo.png"/>
<meta name="twitter:card" content="summary">
<link rel="apple-touch-icon" href="/token-small.png" />
<link rel="manifest" href="/manifest.json" />
<title>WAX Labs</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>