-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (23 loc) · 885 Bytes
/
Copy path404.html
File metadata and controls
23 lines (23 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,follow">
<link rel="canonical" href="https://proai-expert.com/404.html">
<title>Page not found | ProAI Expert</title>
<style>
body{margin:0;min-height:100vh;display:grid;place-items:center;background:#050506;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
main{max-width:680px;padding:48px 24px;text-align:center}
p{color:rgba(255,255,255,.68);line-height:1.7}
a{color:#5DE2FF}
</style>
</head>
<body>
<main>
<h1>Page not found</h1>
<p>The page may have moved or been removed. Use the main site navigation or return to the homepage.</p>
<p><a href="/">Go to English homepage</a> · <a href="/ru/">Перейти на русскую главную</a></p>
</main>
</body>
</html>