-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (46 loc) · 1.88 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
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=5" />
<link rel="icon" href="devchallenges.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://devchallenges.io/" />
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<title>Devchallenges</title>
<link rel="stylesheet" href="assets/styles/style.css">
</head>
<body>
<section class="container">
<!-- SECTION.NOTFOUND-->
<section class="notFound"><h1>404 not found</h1></section>
<!-- SECTION.SCARECROW -->
<section class="scarecrow">
<img src="assets/images/Scarecrow.png" alt="a scarecrow">
</section>
<!-- SECTION.TITLE_SUBTITLE -->
<section class="title_subtitle">
<!-- div.title -->
<div class="title">
<p>I have bad news for you</p>
</div>
<!-- div.subtitle -->
<div class="subtitle">
<p> The page you are looking for might be removed or is temporarily unavailable</p>
</div>
<!-- div.button -->
<div class="button">
<button><a href="#">Back to homepage</a></button>
</div>
</section>
</section>
<!-- SECTION.CREATEDBY -->
<footer class="createdBy">
<p>created by <a href="https://frgomis.github.io/francoiseg_portfolio/" target="_blank" noopener noreferer>Francoiseg </a> - <a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjX1teyuPbvAhUq_rsIHXX3Cd4QFjAAegQIAhAE&url=https%3A%2F%2Fdevchallenges.io%2F&usg=AOvVaw2St2IVxhYEUI6VpsOtsiom" targer="_blank">devChallenge.io</a></p>
</footer>
</body>
</html>