forked from Diptenusarkar/Website-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (42 loc) · 1.42 KB
/
index.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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Oops! Page not found - website name</title>
</head>
<body>
<header class="header">
<div class="text-box">
<h1 class="text-404">Page not found !</h1>
<p class="text-404-p">
<span>One of our staff is responsible for your inconvenience</span>
<span>You can Choose who will be fired.</span>
</p>
</div>
<div class="img-box">
<div class="img-box-img">
<img src="./assets/user2.png" alt="User img">
<div class="btn-fir">
<a href="#">Fired him</a>
</div>
</div>
<div class="img-box-img">
<img src="./assets/user1.png" alt="User img">
<div class="btn-fir">
<a href="#">Fired him</a>
</div>
</div>
<div class="img-box-img">
<img src="./assets/user3.png" alt="User img">
<div class="btn-fir">
<a href="#">Fired him</a>
</div>
</div>
</div>
<div class="footer-text">
<h1>If you are in a forgiving mood now, you can return by clicking the <a href="#">Don't Fired</a>
</h1>
</div>
</header>
</body>
</html>