-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (28 loc) · 1.36 KB
/
Copy path404.html
File metadata and controls
31 lines (28 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="../assets/1.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/3/w3.css">
<title>cleverActon0126: Home</title>
</head>
<body>
<nav class="w3-bar w3-black">
<a href="../home/" class="w3-button w3-black"><img src="../assets/1.png" style="height:25px"></a>
<a href="../intro/" class="w3-button w3-black">About Me</a>
<a href="../blog/" class="w3-button w3-black">Blog</a>
<a href="../discord/" class="w3-button w3-black">Discord Server Information</a>
<a href="../home/" class="w3-button w3-black w3-right">404</a>
<a hred="https://ridgewayplus.codes" class="w3-button w3-black w3-right">Delilah!</a>
</nav>
<section class="w3-center w3-container" style="max-width: 100%;">
<img src="./assets/404.png" style="width:80%">
</section>
<section class="w3-container w3-center w3-content" style="max-width: 100%;">
<h1>Whoops-a-daisy! An error for-o-4 occured</h1>
<h2>The page you were trying to find doesn't exist ¯\_(ツ)_/¯</h2>
<p>Try checking your link, or navigate back to home on the top. Or maybe you just wanted to enter this restricted area... Who knows?</p>
</section>
</body>
</html>