-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (39 loc) · 1.28 KB
/
Copy pathindex.html
File metadata and controls
47 lines (39 loc) · 1.28 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
>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>404 Error</title>
<link rel="icon" type="image/png" href="assets/images/devchallenges.png">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<div class="top">
404 NOT FOUND
</div><br> </header>
<section>
<picture class="foto">
<source media="(min-width: 650px)" srcset="assets/images/Scarecrow.png">
<source media="(min-width: 450px)" srcset="assets/images/Scarecrow.png">
<img src="assets/images/Scarecrow.png" id="scarecrow">
</picture>
</section>
<main>
<div class="badInfos" id="badNews-info">
<h1 id="badNews">I have bad news for you</h1><br>
<div class="errorMsg" id="errorMsg">
The page you are looking for might be removed or is temporarily unavailable.
</div></div>
<button>
<a href="" class="buttom">back to homepage</a>
</button>
</main>
<footer>
<div class="created">
created by <a href="https://github.com/jerrayner" class="linkFooter">Jerrayne</a> - <a href="https://devchallenges.io/challenges/wBunSb7FPrIepJZAg0sY" target="_blank" class="linkFooter">devChallenges.io</a>
</div>
</footer>
</body>
</html>