-
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) · 1.05 KB
/
Copy path404.html
File metadata and controls
23 lines (23 loc) · 1.05 KB
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.0" />
<title>404 — ZEanth Laboratory</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/290281786?s=400&u=20010d1634539a17c0b9cc1fbcf1339d16052125&v=4" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fontsource/inter@5.0.0/index.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fontsource/jetbrains-mono@5.0.0/index.css" />
<link rel="stylesheet" href="/assets/style.css" />
</head>
<body>
<div class="wrap">
<main style="flex:1; display:flex; align-items:center; justify-content:center;">
<div class="empty" style="border:none;">
<div class="empty-title" style="font-size:20px;">404 — Page not found</div>
<div class="empty-sub">This paper or page does not exist, or may have moved.</div>
<p style="margin-top:20px;"><a href="/" class="mono" style="color:var(--fg);">← Back to the archive</a></p>
</div>
</main>
</div>
</body>
</html>