forked from alchemix-finance/alchemix-v2-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (25 loc) · 860 Bytes
/
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width,initial-scale=1' />
<meta name='theme-color' content='#F5C09A' />
<meta name='description' content='Unlocking your future yield, now' />
<link rel='manifest' href='/images/favicons/manifest.json' />
<meta name='twitter:image' content='https://alchemix-site.vercel.app/Cyber_1.gif' />
<meta name='twitter:description' content='Alchemical Synthetic Tokens' />
<meta name='twitter:card' content='summary' />
<meta name='twitter:title' content='Alchemix' />
<title>Alchemix</title>
<link rel='icon' type='image/png' href='/images/favicons/favicon1.png' />
</head>
<style>
.bn-onboard-custom {
z-index: 1000;
}
</style>
<body>
<div id='app'></div>
<script type='module' src='/src/main.ts'></script>
</body>
</html>