-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (44 loc) · 1.46 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hi, My name is Steve. I build (and break) things on the web."
/>
<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico" />
<link rel="stylesheet" type="text/css" href="./css/404.css" />
<!-- Open Graph -->
<meta property="og:title" content="Stephan Lamoureux" />
<meta property="og:site_name" content="Portfolio" />
<meta property="og:url" content="https://wheresteve.codes" />
<meta
property="og:description"
content="Hi, My name is Steve. I build (and break) things on the web."
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/stephanlamoureux/v1/main/assets/images/profile/profile-pic.webp"
/>
<!-- Open Graph -->
<title>Stephan Lamoureux | 404</title>
</head>
<body>
<div class="noise"></div>
<div class="overlay"></div>
<div class="terminal">
<h1>Error <span class="errorcode">404</span></h1>
<p class="output">
The page you are looking for might have been removed, had its name changed or is temporarily
unavailable.
</p>
<p class="output">
Please try to <a href="javascript:javascript:history.go(-1)">go back</a> or
<a href="./index.html">return to the homepage</a>.
</p>
<p class="output">Good luck.</p>
</div>
</body>
</html>