This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
76 lines (71 loc) · 2.52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hmmmmmm</title>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/common.css" />
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<ul class="header-text-items">
<li id="home">
<a href="/">Home</a>
</li>
<li id="projects">
<a href="/projects/">
Projects
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
id="angle-down"
>
<path
d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"
></path>
</svg>
</a>
<div class="dropdown projects-dropdown">
<a href="/projects/website/">This website</a>
<a href="/projects/sa/">Scratch Addons</a>
<a href="/projects/mediascout/">MediaScout</a>
<a href="/projects/mobile/">Scratch mobile</a>
</div>
</li>
<li id="links">
<a href="/links/">Links</a>
</li>
<li id="posts">
<a href="/posts/">Posts</a>
</li>
</ul>
</header>
<main>
<div class="four-container">
<h1>Error 404: 404 page not found.</h1>
</div>
</main>
<footer>
<div class="footer-text">© 2024 Jazza. All rights reserved.</div>
<div class="made-with-love">
Made with PURE HATRED in Australia by Jazza.
</div>
<div class="email">
Contact me at
<a href="mailto:[email protected]">[email protected]</a>
</div>
</footer>
<script src="/headerMargin.js"></script>
</body>
</html>