-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
53 lines (44 loc) · 1.9 KB
/
404.html
File metadata and controls
53 lines (44 loc) · 1.9 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== BOXICONS ===============-->
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<!--=============== CSS ===============-->
<link rel="stylesheet" href="styles/css/404.css">
<link rel = "icon" href = "assets/config/icon.png" />
<title>404 - Hemang Yadav (Zemerik)</title>
</head>
<body>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home">
<div class="home__container container">
<div class="home__data">
<span class="home__subtitle">Error 404</span>
<h1 class="home__title">Hey Buddy</h1>
<p class="home__description">
We can't seem to find the page <br> you are looking for.
</p>
<a href="https://zemerik.is-a.dev/" class="home__button">
Go Home
</a>
</div>
<div class="home__img">
<img src="assets/config/404.png" alt="">
<div class="home__shadow"></div>
</div>
</div>
<footer class="home__footer">
<span>zemerikY@gmail.com</span>
</footer>
</section>
</main>
<!--=============== SCROLLREVEAL ===============-->
<script src="scripts/scrollreveal.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="scripts/main.js"></script>
</body>
</html>