-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
37 lines (28 loc) · 1 KB
/
404.html
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
<!-- 404.html will be served by GitHub pages when a 404 error occurs -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harry Barnish</title>
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/github.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
</head>
<body>
<header></header>
<main>
<section>
<section>
<h1 id="typing-title" data-text="404 Page Not Found..."></h1>
</section>
</section>
</main>
<footer></footer>
<script src="scripts/include.js"></script>
<script src="scripts/typing-effect.js"></script>
<script src="scripts/header-adjust.js"></script>
</body>
</html>