-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
43 lines (41 loc) · 1.8 KB
/
Copy path404.html
File metadata and controls
43 lines (41 loc) · 1.8 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
<!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">
<meta name="description" content="The requested page could not be found on Global Address Generator.">
<title>Page Not Found - Global Address Generator</title>
<link rel="stylesheet" href="/styles.css?v=20260719-404">
</head>
<body>
<header class="site-header">
<a class="brand" href="/" aria-label="Global Address Generator home">
<span class="brand__mark" aria-hidden="true">GA</span>
<span>Global Address Generator</span>
</a>
<nav class="nav" aria-label="Site navigation">
<a href="/">Home</a>
<a href="/en/">English</a>
<a href="/guides">Knowledge center</a>
</nav>
</header>
<main class="content-page">
<section class="content-card" aria-labelledby="notFoundTitle">
<p class="eyebrow">404 / PAGE NOT FOUND</p>
<h1 id="notFoundTitle">This page does not exist</h1>
<p>The address may be incomplete or the page may have moved. Return to a generator or browse the address testing guides.</p>
<div class="hero__actions">
<a class="button button--primary" href="/">Choose a country</a>
<a class="button button--secondary" href="/en/guides">Read the guides</a>
</div>
<h2>未找到请求的页面</h2>
<p>请返回<a href="/">首页</a>选择国家地址生成器,或访问<a href="/guides">地址知识中心</a>。</p>
</section>
</main>
<footer class="site-footer">
<span>© 2026 Global Address Generator</span>
<span><a href="/about">About</a><a href="/privacy">Privacy</a><a href="/contact">Contact</a></span>
</footer>
</body>
</html>