-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
82 lines (69 loc) · 3.83 KB
/
404.html
File metadata and controls
82 lines (69 loc) · 3.83 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Not Found | Crypto Movers</title>
<meta name="description" content="The page you are looking for does not exist. Return to Dex Movers for real-time market tracking snapshot.">
<meta name="robots" content="noindex, follow">
<meta property="og:title" content="Page Not Found | DEX Movers">
<meta property="og:description" content="Lost in the blockchain? Let's get you back to the market data.">
<meta property="og:image" content="https://dexmovers.pages.dev/images/social-media.jpg">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Page Not Found | DEX Movers">
<meta name="twitter:description" content="Lost in the blockchain? Let's get you back to the market data.">
<meta name="twitter:image" content="https://dexmovers.pages.dev/images/social-media.jpg">
<link rel="icon" type="image/png" href="/images/bullish.png">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<a href="/" class="logo">
<img src="/images/bullish.png" alt="Logo">
<span>DEX <span class="highlight">Movers</span></span>
</a>
<div class="menu-toggle" id="mobile-menu">
<span class="bar"></span><span class="bar"></span><span class="bar"></span>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item"><a href="https://cryptomovers.pages.dev" class="nav-link">Crypto Movers</a></li>
<li class="nav-item"><a href="https://cryptomovers.pages.dev/more-tools" class="nav-link">More Tools</a></li>
<li class="nav-item"><a href="/how-it-works" class="nav-link">How it Works</a></li>
<li class="nav-item"><a href="/contact-us" class="nav-link">Contact Us</a></li>
<li class="nav-item">
<a href="https://x.com/heisbuba" target="_blank" class="nav-btn">Follow Dev</a>
</li>
</ul>
</div>
</nav>
<main id="app-content">
<div class="hero" style="min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<div style="font-size: 100px; font-weight: 800; color: #e2e8f0; line-height: 1;">404</div>
<i class="fas fa-link-slash" style="font-size: 40px; color: #94a3b8; margin-top: -30px; margin-bottom: 20px; background: #f1f5f9; padding: 0 10px; border-radius: 50%;"></i>
<h1>Page Not Found</h1>
<p class="sub-text">It looks like this page got lost in the blockchain.</p>
<a href="/" class="btn" style="background: var(--dark); text-decoration: none;">
<i class="fas fa-home"></i> Back to Market
</a>
</div>
</main>
<footer>
<div class="footer-content">
<div class="footer-logo"><img src="/images/bullish.png" alt="icon"> DEX Movers</div>
<div class="footer-nav">
<a href="/" title="Homepage">Home</a>
<a href="/how-it-works">How it Works</a>
<a href="/contact-us">Contact Us</a>
</div>
<div class="copyright">
© 2025 DEX Movers | Poweted by GeckoTerminal | Made With 💚 by <a href="https://github.com/heisbuba" target="_blank">@heisbuba</a>
</div>
</div>
</footer>
<script src="script/common.js"></script>
</body>
</html>