-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
162 lines (144 loc) · 7.34 KB
/
Copy path404.html
File metadata and controls
162 lines (144 loc) · 7.34 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta -->
<title>404 Page Not Found | MyDigiShell - Web Development & Digital Services</title>
<meta name="description" content="Oops! The page you are looking for doesn't exist or has been moved. Explore MyDigiShell for professional web development, digital marketing, and blockchain services." />
<meta name="keywords" content="404 error, page not found, web development, digital marketing, blockchain, MyDigiShell, responsive websites, SEO services" />
<meta name="author" content="MyDigiShell Team" />
<meta name="robots" content="noindex, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="404 Page Not Found | MyDigiShell" />
<meta property="og:description" content="Oops! The page you are looking for doesn't exist or has been moved. Visit MyDigiShell for expert web development and digital services." />
<meta property="og:image" content="https://mydigishell.com/assets/images/404-hero.png" />
<meta property="og:url" content="https://mydigishell.com/404.html" />
<meta property="og:site_name" content="MyDigiShell" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="404 Page Not Found | MyDigiShell" />
<meta name="twitter:description" content="Oops! The page you are looking for doesn't exist or has been moved. Discover our web development and digital services." />
<meta name="twitter:image" content="https://mydigishell.com/assets/images/404-hero.png" />
<meta name="twitter:site" content="@MyDigiShell" />
<!-- Canonical -->
<link rel="canonical" href="https://mydigishell.com/404.html" />
<!-- Favicon -->
<link rel="icon" href="/favicon.png" type="image/x-icon" />
<!-- Linking -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- fonts -->
<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=Comme:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kumbh+Sans:wght@100..900&display=swap"
rel="stylesheet">
<!-- google icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
</head>
<body>
<header role="banner">
<div class="topbar">
<div class="top-left">
<address>
<span id="icon" class="fa-solid fa-phone"> </span> 91 86533 05465
<span id="icon" class="em fa-solid fa-envelope"> </span>contact@mydigishell.com
</address>
</div>
<div class="top-right">
<a href="fb.com" id="icon" class="soc-icofb fa-brands fa-facebook"></a>
<a href="x.com" id="icon" class="soc-icox fa-brands fa-twitter"></a>
<a href="linkedin.com" id="icon" class="soc-icoin fa-brands fa-linkedin"></a>
<a href="instagram.com" id="icon" class="soc-icoins fa-brands fa-instagram"></a>
</div>
</div>
<section class="main-menu">
<img src="assets/images/nav-logo.png" class="logo" alt="MyDigiShell Logo">
<nav>
<div class="navbar">
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="technology.html">Technology</a></li>
<li><a href="clients.html">Our Clients</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div>
</nav>
<button class="contact-btn"><a href="contact.html">Contact Us</a></button>
<i id="toggle-theme" class="fa-solid fa-moon"></i>
<button class="hamburger" id="hamburger">☰</button>
</section>
</header>
<main>
<!--error- hero -->
<section aria-label="Error-404-Hero">
<div class="error-hero">
<div class="error-hero-left">
<h2>404</h2>
<h3>PAGE NOT FOUND</h3>
<p>Oops! The page you're looking for doesn't exists or has been moved.</p>
<button class="err-btn"><a href="index.html">Back to Home</a></button>
</div>
<div class="error-hero-right">
<img src="assets/images/404-hero.png" alt="404 error hero">
</div>
</div>
</section>
</main>
<footer role="contentinfo">
<div class="footer">
<div class="foot-logo">
<img src="assets/images/logo.png" class="logo" alt="full logo">
</div>
<div class="foot-contact">
<h3>Contact Us</h3>
<address class="foot-add">
<a href=""><i class="fa-solid fa-phone"></i> 91 86533 05465</a>
<a href=""><i class="fa-solid fa-envelope em"></i> contact@mydigishell.com</a>
<a href=""><i class="fa-solid fa-location-dot"></i> Kolkata, India</a>
</address>
</div>
<div class="foot-quickLinks">
<h3>Quick Links</h3>
<a href="about.html">About Us</a>
<a href="service.html">Services</a>
<a href="technology.html">Technology</a>
<a href="contact.html">Contact Us</a>
<a href="clients.html">Clients</a>
<a href="projects.html">Portfolio</a>
<a href="sitemap.html">Sitemap</a>
</div>
<div class="foot-followUs">
<h3>Follow Us</h3>
<a href="fb.com" class="soc-icofb fa-brands fa-facebook"></a>
<a href="x.com" class="soc-icox fa-brands fa-twitter"></a>
<a href="linkedin.com" class="soc-icoin fa-brands fa-linkedin"></a>
<a href="instagram.com" class="soc-icoins fa-brands fa-instagram"></a>
<div class="foot-pay">
<h4>Make Payment Online</h4>
<a href="paypal.com"> <i class="fa-brands fa-paypal"></i> PayPal</a>
<a href="cryptopay.com"> <i class="fa-brands fa-btc"></i> Crypto Payment</a>
<a href="bank.com"> <i class="fa-solid fa-university"></i> Bank Transfer</a>
</div>
</div>
</div>
<hr>
<div class="foot-bottom"">
<div>© 2025 All rights reserved — MyDigiShell</div>
<div>
<a href=" privacy.html">Terms &
Conditions </a>
<a href="privacy.html"> Privacy Policy</a>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>