-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
35 lines (32 loc) · 1.38 KB
/
404.html
File metadata and controls
35 lines (32 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Building high-performance WebAssembly tools for the Zig ecosystem">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Zig and WebAssembly" />
<meta name="twitter:description" content="High-performance WASM tooling for Zig" />
<meta name="twitter:image" content="https://zigwasm.org/og_image.png" />
<meta name="twitter:site" content="@crappy_systems" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zigwasm.org/" />
<meta property="og:title" content="Zig and WebAssembly" />
<meta property="og:description" content="High-performance WASM tooling for Zig" />
<meta property="og:image" content="https://zigwasm.org/og_image.png" />
<link rel="icon" href="https://zigwasm.org/favicon.png">
<link rel="stylesheet" href="./static/css/index.css">
</head>
<body>
<div style="display: flex; flex-direction: column; align-items: center;">
<img src="./static/img/zig_zero.svg" alt="Zig icon">
<p><b style="color: #8b8a93">404 | Not Found</b></p>
<a href="/" class="see-more">
<div class="user-level">
Go back to the <strong>home</strong> page
</div>
</a>
</div>
</body>
</html>