-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
28 lines (28 loc) · 825 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<title>jsinco.dev</title>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<script src="https://kit.fontawesome.com/250ddd8ef3.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="circle"></div>
<section class = "gradient-background">
<div class = "background__container">
<h1 class ="background__heading"><span>404</span> This page doesn't exist.</h1>
</div>
</section>
<div class="footer" id="footer">
<h1>Footer</h1>
<p>
<a href="https://github.com/Jsinco/jsinco-dev">
<i class="fa-solid fa-code"></i> Source
</a>
</p>
</div>
</body>
<script src="app.js"></script>
</html>