-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
22 lines (21 loc) · 852 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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="404 Error: Page not found. Return to portfolio to explore my latest game development work.">
<link rel="icon" href="https://lorenzomorini.dev/data/favicon.png" type="image/png">
<link href="https://fonts.cdnfonts.com/css/cascadia-code" rel="stylesheet">
<link rel="stylesheet" href="https://lorenzomorini.dev/style.css">
<title>404 - Page Not Found</title>
</head>
<body>
<header>
<h1>404 - Page Not Found</h1>
</header>
<section class="text-box">
<p>The page you are looking for does not exist.</p>
<p><a href="https://lorenzomorini.dev/index.html" class="button">Return to Home</a></p>
</section>
</body>
</html>