-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
37 lines (33 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Not Found</title>
<link rel="icon" href="assets/icon.png">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section class="duck">
<div class="main-width">
<header>
<div class="logo">
<h2><a>Duck Client</a></h2>
</div>
<nav>
<ul>
<li><a href="https://discord.gg/DWWm8PGD5C">Discord</a></li>
<li class="btn"><a href="assets/client/1.8.9/Duck Launcher.jar">Download</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="main-text">
<h1 class="error-404">Oops! Page not found.</h1>
<h1 class="error-404-p">Error 404.</h1>
<a href="https://duckclient.ga/">Go back to home</a>
</div>
</div>
</div>
</section>
</body>
</html>