-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
281 lines (246 loc) · 12.6 KB
/
404.html
File metadata and controls
281 lines (246 loc) · 12.6 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!--DOCType HTML-->
<!DOCTYPE html>
<!-- Set language to English and preload, preloaded CSS-->
<html lang="en" class="preload">
<head>
<style>
html {
visibility: hidden;
background: #1a1a1a;
}
</style>
<script>
(function () {
// Force dark mode first to prevent flash
document.documentElement.classList.add('preload', 'dark');
// Check stored theme after forcing dark
const storedTheme = localStorage.getItem('theme');
const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
// Only change if explicitly set to light
if (storedTheme === 'light') {
document.documentElement.classList.remove('dark');
} else if (!storedTheme) {
// If no stored theme, save the default (dark)
localStorage.setItem('theme', 'dark');
}
// Remove preload class after a brief delay
window.addEventListener('DOMContentLoaded', () => {
setTimeout(() => {
document.documentElement.classList.remove('preload');
}, 100);
});
})();
</script>
<script src="./js/script.js" defer></script>
<!-- Meta Tags -->
<meta charset="UTF-8">
<!-- Set viewport for responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- General Meta Tags -->
<meta name="description"
content="Web Express Studio - Open source website builder with powerful hosting solutions. Create, customize, and deploy your dream website easily">
<meta name="author" content="Daniel Hipskind">
<meta name="keywords" content="template, website builder, web hosting, open source, visual editor">
<meta name="theme-color" content="#04aa6d">
<!-- Apple Tags -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<!-- Microsoft Tags -->
<meta name="msapplication-TileColor" content="#04aa6d">
<meta name="msapplication-TileImage" content="./assets/img/logo/WebExpressStudio.png">
<meta name="msapplication-config" content="./assets/img/logo/WebExpressStudio.png">
<!-- Twitter Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Web Express Studio - 404 Page">
<meta name="twitter:description"
content="Create, customize, and deploy your dream website easily with Web Express Studio.">
<meta name="twitter:image" content="./assets/img/logo/WebExpressStudio.png">
<!-- Open Graph Tags -->
<meta property="og:title" content="Web Express Studio - 404 Page">
<meta property="og:description"
content="Create, customize, and deploy your dream website easily with Web Express Studio.">
<meta property="og:image" content="./assets/img/logo/WebExpressStudio.png">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Web Express Studio - 404 Page">
<meta property="og:locale" content="en_US">
<!-- Add font preconnect -->
<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=Poppins:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap"
rel="stylesheet">
<!-- Favicon and Apple Touch Icons -->
<link rel="icon" type="image/svg+xml" href="./assets/img/logo/WebExpressStudio.svg">
<link rel="stylesheet" type="text/css" href="./assets/css/main.css">
<link rel="stylesheet" type="text/css" href="./assets/css/404.css">
<link rel="alternate icon" type="image/png" href="./assets/img/logo/WebExpressStudio.png" />
<link rel="shortcut icon" href="./assets/img/logo/WebExpressStudio.ico" type="image/x-icon" />
<!-- Multiple Apple "touch" icons for different devices -->
<link rel="apple-touch-icon" href="./assets/img/logo/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="./assets/img/logo/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./assets/img/logo/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/logo/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./assets/img/logo/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="./assets/img/logo/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./assets/img/logo/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="./assets/img/logo/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/img/logo/apple-touch-icon-180x180.png" />
<!-- Site name-->
<title>404 - Web Express Studio</title>
</head>
<body>
<!--Cookie Consent-->
<div id="cookie-consent" class="cookie-banner hidden" role="alert">
<div class="cookie-content">
<p>We use cookies to enhance your experience. By continuing to visit this site you agree to our use of
cookies.
<a href="404" class="cookie-link">Learn more</a>
</p>
<div class="cookie-buttons">
<button id="cookie-accept" class="cookie-btn accept">Accept</button>
<button id="cookie-decline" class="cookie-btn decline">Decline</button>
</div>
</div>
</div>
<!-- Header -->
<header>
<!--Create navigation bar -->
<nav class="navbar" aria-label="Main navigation">
<div class="navbar-left">
<!-- Company Logo -->
<div class="logo">
<a href="./">
<img src="./assets/img/logo/WebExpressStudio-Light.svg" alt="Web Express Studio"
class="logo-image light-mode">
<img src="./assets/img/logo/WebExpressStudio.svg" alt="Web Express Studio"
class="logo-image dark-mode">
</a>
</div>
<!-- Hamburger Menu for Mobile -->
<button class="hamburger" aria-label="Toggle menu">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<!-- Navigation Links -->
<ul class="nav-links" role="menubar">
<li role="none"><a href="./" role="menuitem" aria-current="page">Home</a></li>
<li role="none"><a href="about" role="menuitem">About</a></li>
<li role="none"><a href="services" role="menuitem">Services</a></li>
<li role="none"><a href="examples" role="menuitem">Examples</a></li>
<li role="none"><a href="contact" role="menuitem">Contact</a></li>
</ul>
</div>
<!-- Authentication Buttons -->
<div class="navbar-right">
<div class="auth-buttons">
<!-- Theme Toggle -->
<button type="button" class="theme-toggle" aria-label="Toggle dark mode" data-theme-toggle>
<img src="./assets/img/icons/sun.svg" alt="Theme Toggle" class="theme-icon" role="presentation">
</button>
<!-- Authentication Buttons -->
<button type="button" class="signup-btn">Sign Up for Free</button>
<button type="button" class="login-btn">Login</button>
</div>
</div>
</nav>
</header>
<!-- Main Content -->
<main id="main-content" class="error-page">
<div class="error-hero">
<img src="./assets/img/404/error.svg" width="100px" height="100px" alt="Error 404" class="error-image"
role="presentation">
<div class="error-hero-content">
<h1>404</h1>
<p>Page Not Found</p>
</div>
</div>
<div class="error-content">
<div class="error-message">
<h2>Oops! You've ventured too far</h2>
<p>The page you're looking for might have moved or doesn't exist.</p>
</div>
<!-- Suggested Actions -->
<div class="error-suggestions">
<h3>Here's what you can try:</h3>
<ul>
<li>
<svg class="suggestion-icon" viewBox="0 0 24 24" width="14" height="14">
<path fill="currentColor" d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" />
</svg>
Double-check the URL for typos
</li>
<li>
<svg class="suggestion-icon" viewBox="0 0 24 24" width="14" height="14">
<path fill="currentColor" d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" />
</svg>
Return to our homepage
</li>
<li>
<svg class="suggestion-icon" viewBox="0 0 24 24" width="14" height="14">
<path fill="currentColor" d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" />
</svg>
Contact our support team
</li>
</ul>
</div>
<!-- Action Buttons -->
<div class="error-actions">
<a href="./" class="error-btn primary">
<img src="./assets/img/404/home.svg" width="25px" height="25px" alt="Home" aria-hidden="true">
Back to Homepage
</a>
<a href="contact" class="error-btn secondary">
<img src="./assets/img/404/support.svg" width="25px" height="25px" alt="Support" aria-hidden="true">
Contact Support
</a>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<nav class="footer-nav" aria-label="Footer navigation">
<!-- Mini footer navigation-->
<ul class="footer-links">
<li><a href="./">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="404">Privacy Policy</a></li>
<li><a href="404">Terms of Service</a></li>
</ul>
</nav>
<!-- Footer info/copyright -->
<div class="footer-info">
<p>© 2025 Web Express Studio. All rights reserved.</p>
</div>
<!-- Social Media Icons -->
<div class="social-media-icons" aria-label="Social media links">
<a href="404" target="_blank" rel="noopener noreferrer" aria-label="Follow us on Instagram">
<img src="./assets/img/icons/instagram.svg" alt="Instagram" role="presentation">
</a>
<a href="404" target="_blank" rel="noopener noreferrer" aria-label="Follow us on Facebook">
<img src="./assets/img/icons/facebook.svg" alt="Facebook" role="presentation">
</a>
<a href="404" target="_blank" rel="noopener noreferrer" aria-label="Follow us on Twitter">
<img src="./assets/img/icons/Twitter.svg" alt="Twitter" role="presentation">
</a>
<a href="404" target="_blank" rel="noopener noreferrer" aria-label="Follow us on LinkedIn">
<img src="./assets/img/icons/linkedin.svg" alt="LinkedIn" role="presentation">
</a>
<a href="404" target="_blank" rel="noopener noreferrer" aria-label="Follow us on GitHub">
<img src="./assets/img/icons/github.svg" alt="GitHub" role="presentation">
</a>
</div>
<!-- Sticky bottom footer -->
<div class="footer-bottom">
<p class="credit">Template designed & built with <span class="heart">♥</span> by <a
href="https://danielhipskind.com/" target="_blank" rel="noopener noreferrer">Daniel Hipskind</a></p>
<p class="version">Version 1.0.0, <a
href="https://github.com/Greigh/WebExpressStudioTemplate/blob/main/README.md">Read
More</a> about this
project</p>
</div>
</footer>
</body>
</html>