-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
15 lines (15 loc) · 880 Bytes
/
404.html
File metadata and controls
15 lines (15 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="https://ADW-development.github.io/Favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 page not found</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<a href="index.html"><img style="margin-top: 1.5vh;" src="https://raw.githubusercontent.com/ADW-Development/ADW-development.github.io/refs/heads/main/Favicon.png" alt="ADW logo"></a>
<ul style="margin-top: 0.5vh;">
<li style="font-size: 20px;" >Sorry, but the <span class="title" style="font-size: 25px; position: relative; top: 1px;" >ADW</span>website does not have the page you're looking for.</li>
<li style="margin-top: 0.5vh;">Feeling a bit lost? Lets get you back to our <a href="https://adw-development.github.io">site homepage.</a></li>
</ul>