-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy path404.html
53 lines (40 loc) · 2.24 KB
/
404.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
<!doctype html>
<html lang="en" class='color-transition'>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<title>DexPairs.xyz | 404</title>
<meta name="description" content="Track prices of your tokens on multiple chains through multiple protocols. Supports Ethereum, Cronos, BSC, xDai, Polygon, Fantom, Arbitrum One, zkSync Era, Celo and Avalanche chains." />
<meta name="author" content="Dorian Bayart" />
<meta name="keywords" content="dexpairs, crypto, currency, prices, portfolio, tokens, wallet, nft, bitcoin, ens, eth, subgraph, matic, polygon, ethereum, cronos, bsc, bnb chain, fantom, xdai, gnosis, arbitrum, avalanche, celo, zksync, defi, dex, uniswap, quickswap, pancakeswap, spiritswap, honeyswap" />
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" type="image/png" href="/img/background-multichain-min.png" />
<link href="./404" rel="canonical" />
<meta property="og:title" content="DexPairs.xyz | 404" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Track prices of your tokens on multiple chains through multiple protocols. Supports Ethereum, Polygon, BSC, Fantom and xDai chains." />
<meta property="og:url" content="./404" />
<meta property="og:image" content="/img/background-multichain-min.png" />
<meta property="og:site_name" content="DexPairs" />
<link rel="alternate" type="application/atom+xml" title="DexPairs.xyz News" href="/feed.atom" />
<script src="/public/js/pwa.js"></script>
<link rel="stylesheet" href="./public/colors.css">
<link rel="stylesheet" href="./public/common.css">
<link rel="stylesheet" href="./public/404.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZQ634B55N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){ dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-ZZQ634B55N');
</script>
</head>
<body id="body-404">
<div class="centered-container">
<h1>404</h1>
<h2>OOPS, the page you are looking for can't be found!</h2>
<a href='/'>Return To Homepage</a>
</div>
<div class='body-background'></div>
</body>
</html>