-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (113 loc) · 4.81 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
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en" class="no-js" translate="no">
<head>
<meta charset="UTF-8" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<title>COMPLUS NETWORK</title>
<meta
name="description"
content="COMPLUS NETWORK | Multichain Decentralized Protocol"
/>
<meta name="author" content="cryptoSudo | [email protected]" />
<link rel="shortcut icon" type="image/png" href="./img/favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="theme-color" content="#393939" />
<link rel="manifest" href="./manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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=Hammersmith+One&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
<meta
name="keywords"
content="crypto, defi, finance, swap, exchange, yield farming, complus"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-WQSQ70NRP1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-WQSQ70NRP1");
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<!-- Triggers the font to load immediately and then is replaced by the app -->
<div> </div>
</div>
<script type="module" src="/src/main.tsx"></script>
<!-- Cloudflare Web Analytics -->
<!--
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "d47c0d61c81943b4a045733fb58f0437"}'
></script>
-->
<!-- End Cloudflare Web Analytics -->
<!--
<script>
(function () {
var js =
"window['__CF$cv$params']={r:'74fcc587adcdbb83',m:'CdOVZa7XT7Fof.JRc9jE.RnebvGq8A4GUkWZ_JJhWjI-1664035631-0-AejlZc1BqHShodi1w6PEJtd9o2FglrBcAV4rmQGg1CCWh2MoYC7EU5I/gIa/IXhZZ9c47jmv6TiMSBZF459CAiWEKQxkb3US/dSBgXoNSKogehb3Z1L7IPVjwwinke6rCw==',s:[0x6e4e7db92e,0x201d1a057c],u:'/cdn-cgi/challenge-platform/h/g'};var now=Date.now()/1000,offset=14400,ts=''+(Math.floor(now)-Math.floor(now%offset)),_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/h/g/scripts/alpha/invisible.js?ts='+ts,document.getElementsByTagName('head')[0].appendChild(_cpo);";
var _0xh = document.createElement("iframe");
_0xh.height = 1;
_0xh.width = 1;
_0xh.style.position = "absolute";
_0xh.style.top = 0;
_0xh.style.left = 0;
_0xh.style.border = "none";
_0xh.style.visibility = "hidden";
document.body.appendChild(_0xh);
function handler() {
var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;
if (_0xi) {
var _0xj = _0xi.createElement("script");
_0xj.nonce = "";
_0xj.innerHTML = js;
_0xi.getElementsByTagName("head")[0].appendChild(_0xj);
}
}
if (document.readyState !== "loading") {
handler();
} else if (window.addEventListener) {
document.addEventListener("DOMContentLoaded", handler);
} else {
var prev = document.onreadystatechange || function () {};
document.onreadystatechange = function (e) {
prev(e);
if (document.readyState !== "loading") {
document.onreadystatechange = prev;
handler();
}
};
}
})();
</script>
-->
<!--
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194"
integrity="sha512-Gi7xpJR8tSkrpF7aordPZQlW2DLtzUlZcumS8dMQjwDHEnw9I7ZLyiOj/6tZStRBGtGgN6ceN6cMH8z7etPGlw=="
data-cf-beacon='{"rayId":"74fcc587adcdbb83","token":"e5acb4d044bb4c669a3e24c10bdd7247","version":"2022.8.1","si":100}'
crossorigin="anonymous"
></script>
--></body>
</html>