-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 972 Bytes
/
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
<!-- @format -->
<!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" />
<link rel="stylesheet" href="/scss/style.css" />
<title>404 NOT FOUND</title>
</head>
<body>
<h1 class="fw-bold">404 NOT FOUND</h1>
<div class="flex main">
<img src="Scarecrow.png" alt="scarecrow" />
<div class="text-container">
<h2 class="fw-bold">I have bad news for you</h2>
<p>
The page you are looking for might be removed or is temporarily
unavaliable
</p>
<button class="fw-bold">BACK TO HOMEPAGE</button>
</div>
</div>
<footer>created by <a class="github-link fw-bold" href="https://github.com/ahmetbozaci">ahmetbozaci</a> - <a href="https://devchallenges.io/challenges/wBunSb7FPrIepJZAg0sY">devChallenges.io</a></footer>
</body>
</html>