-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 2.71 KB
/
Copy pathindex.html
File metadata and controls
60 lines (55 loc) · 2.71 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" href="/favicon.ico">
<link href="https://fonts.cdnfonts.com/css/heebo" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/satoshi" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/chakra-petch" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/irish-grover" rel="stylesheet">
<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=Inter&display=swap" rel="stylesheet">
<title>zkLink Nova: Aggregated Layer 3 zkEVM network Aggregation Parade</title>
<meta name="description"
content='zkLink Nova: A general-purpose Aggregated Layer 3 zkEVM network that allows seamless Ethereum-compatible DApp deployment.'>
<meta property="og:title" content="zkLink Nova: Aggregated Layer 3 zkEVM network Aggregation Parade">
<meta property="og:description"
content='zkLink Nova: A general-purpose Aggregated Layer 3 zkEVM network that allows seamless Ethereum-compatible DApp deployment.'>
<meta property="og:image" content="https://app.zklink.io/img/preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="zkLink Nova: Aggregated Layer 3 zkEVM network Aggregation Parade">
<meta name="twitter:description"
content='The 1st & only live EVM-compatible Aggregated L3 with “MEGA YIELD" for ETH, L2 native token, stables, LSTs & LRTs.'>
<meta name="twitter:image" content="https://app.zklink.io/img/preview.png">
<meta name="twitter:image:width" content="1200">
<meta name="twitter:image:height" content="630">
<!-- <script src="//cdn.jsdelivr.net/npm/eruda"></script>
<script>
if (window.innerWidth < 500) {
eruda.init();
}
</script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHZKFW0MBZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-LHZKFW0MBZ");
</script>
<script src="https://www.recaptcha.net/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=en" async
defer></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>