-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
27 lines (26 loc) · 1.23 KB
/
Copy path404.html
File metadata and controls
27 lines (26 loc) · 1.23 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
<!doctype html>
<html lang="en">
<head><base href="/docs/">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@700;800;900&display=swap" rel="stylesheet" />
<title>ZIEZ.DEV - Declarative Zig Web Framework</title>
<script>
document.head.insertAdjacentHTML(
"beforeend",
[
'<link rel="icon" type="image/x-icon" sizes="16x16" href="./favicon_16.ico" />',
'<link rel="icon" type="image/x-icon" sizes="32x32" href="./favicon_32.ico" />',
'<link rel="icon" type="image/png" sizes="48x48" href="./favicon_48.png" />',
'<link rel="apple-touch-icon" sizes="180x180" href="./favicon_180.png" />',
'<link rel="icon" type="image/png" sizes="192x192" href="./favicon_192.png" />',
].join(""),
);
</script>
<link rel="stylesheet" crossorigin href="./chunk-zf12q3d7.css"><script type="module" crossorigin src="./chunk-3d29rnjf.js"></script></head>
<body>
<div id="root"></div>
</body>
</html>