-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
30 lines (30 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/f7c8be4779.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<link rel="stylesheet" href="src/css/main.css">
<link rel="stylesheet" href="src/css/login.css">
<link rel="icon" href="images/icons/codebook-logo.ico">
<title>codebook.dev - 404</title>
</head>
<body>
<div id="particles-js"></div>
<div class="main">
<div class="title">
<h1 class="name"><span style="margin-right: 10px;">▶</span>codebook.dev</h1>
<h3 id="name"></h3>
<p class="netlify-id">It looks like you've tried to navigate to a page that doesn't exist.</p>
<a href="index.html"><button class="open-login"><i class="fa-solid fa-house"></i> Take Me Back</button></a>
</div>
</div>
<footer>
<p>© 2022-23 <span class="color">codebook.dev</p>
</footer>
</body>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="src/js/particles.js"></script>
</html>