-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
50 lines (50 loc) · 3.13 KB
/
Copy patherror.html
File metadata and controls
50 lines (50 loc) · 3.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page Not Found | Cloud Technology Computing</title>
<meta name="description" content="This page could not be found. Return to Cloud Technology Computing to explore cloud services, AI chatbot development, web design, SEO, and support.">
<meta name="robots" content="noindex, follow">
<link rel="canonical" href="https://www.cloudtechnologycomputing.com/">
<meta property="og:title" content="404 Page Not Found | Cloud Technology Computing">
<meta property="og:description" content="This page could not be found. Return to Cloud Technology Computing to explore cloud services, AI chatbot development, web design, SEO, and support.">
<meta name="twitter:title" content="404 Page Not Found | Cloud Technology Computing">
<meta name="twitter:description" content="This page could not be found. Return to Cloud Technology Computing to explore cloud services, AI chatbot development, web design, SEO, and support.">
<meta property="og:url" content="https://www.cloudtechnologycomputing.com/404">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Cloud Technology Computing">
<link rel="icon" href="/assets/img/sm-logo.svg" type="image/svg+xml" sizes="any">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/style2.min.css">
<style>
body { background: #020617; color: #e2e8f0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.error-wrap { min-height: 80vh; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.error-card { max-width: 560px; text-align: center; }
.error-code { font-size: 6rem; font-weight: 800; color: #06D889; line-height: 1; margin: 0 0 1rem; }
h1 { font-size: 1.75rem; font-weight: 600; margin: 0 0 1rem; }
p { color: #94a3b8; line-height: 1.6; margin: 0 0 2rem; }
.btn-cta { display: inline-block; background: #06D889; color: #020617; padding: 0.75rem 1.5rem; border-radius: 6px; text-decoration: none; font-weight: 600; }
.btn-cta:hover { background: #05b377; color: #020617; }
.links { margin-top: 2rem; }
.links a { color: #06D889; text-decoration: none; margin: 0 0.5rem; }
.links a:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="error-wrap">
<div class="error-card">
<p class="error-code">404</p>
<h1>Page not found</h1>
<p>The page you're looking for has moved, been renamed, or never existed. Try one of the links below or head back to the homepage.</p>
<a href="/" class="btn-cta">Back to homepage</a>
<div class="links">
<a href="/services.php">Services</a> ·
<a href="/solutions/cloud-computing-small-business">Solutions</a> ·
<a href="/blog.php">Blog</a> ·
<a href="/contact.php">Contact</a>
</div>
</div>
</div>
</body>
</html>