-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
44 lines (36 loc) · 1.35 KB
/
404.html
File metadata and controls
44 lines (36 loc) · 1.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../styles/main.css">
<link rel="stylesheet" href="../../styles/blog.css">
<link rel="icon" type="image/x-icon" href="../../images/favicon.png">
<script src="../../js/scroll.js"></script>
<title>Page not found! - Pixel Barrels</title>
</head>
<body>
<div class="header">
<a href="../../index.html" class="logo">
<img src="../../images/Logo (Tiny - Extended).png" alt="Logo">
</a>
<div class="header-right">
<a href="../../index.html">Home</a>
<div id="horizontal-space" style="width:25px;"></div>
<a href="../../games.html">Games</a>
<div id="horizontal-space" style="width:25px;"></div>
<a href="../../contact.html">Contact</a>
<div id="horizontal-space" style="width:25px;"></div>
</div>
</div>
<div style="text-align: center; margin-left: auto; margin-right: auto; max-width: 50%;" align="center">
<br><br>
<h1>Page not found!</h1>
<p>Try going to <a href="index.html">the main site</a> or writing the URL again...</p>
</div>
<br><br>
<footer>
<p>©Pixel Barrels - 2024</p>
</footer>
</body>
</html>