-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (44 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About / Lina Tran - euphelys - game artist</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet"
/>
<meta
content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=1"
name="viewport"
/>
</head>
<body class="le-body">
<div class="container-404">
<p class="text-404">
404 Not Found :(<br />
<a href="index.html">take me home</a>
</p>
</div>
<script
src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=56e7dd1a0b15f5eb36389d7f"
type="text/javascript"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="https://assets-global.website-files.com/56e7dd1a0b15f5eb36389d7f/js/webflow.d452c2e2a.js"
type="text/javascript"
></script>
</body>
</html>