-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
29 lines (29 loc) · 1.6 KB
/
Copy path404.html
File metadata and controls
29 lines (29 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 — Page Not Found | JometCode</title>
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://majedql29-spec.github.io/JometCode">
<meta name="description" content="Page not found. Return to JometCode — the free online Python code editor.">
<style>
body { font-family: 'Segoe UI', Tahoma, sans-serif; background: #1e1e1e; color: #d4d4d4; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; text-align: center; }
.container { max-width: 480px; padding: 40px; }
h1 { font-size: 64px; font-weight: 700; color: #f97316; margin: 0; line-height: 1; }
h2 { font-size: 22px; font-weight: 600; color: #e6edf3; margin: 12px 0 8px; }
p { font-size: 14px; color: #8b949e; margin: 0 0 28px; line-height: 1.6; }
a { display: inline-block; padding: 12px 32px; background: linear-gradient(135deg, #d97706, #ea580c); color: #fff; text-decoration: none; border-radius: 8px; font-weight: 500; font-size: 14px; transition: all 0.2s; }
a:hover { background: linear-gradient(135deg, #ea580c, #f97316); transform: translateY(-2px); }
</style>
<script defer src="https://cloud.umami.is/script.js" data-website-id="e580f92e-6fd0-405b-bce3-f8d667558732"></script>
</head>
<body>
<div class="container">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>The page you are looking for does not exist or has been moved. Return to JometCode to write and run Python code online for free.</p>
<a href="/">Back to JometCode</a>
</div>
</body>
</html>