-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (33 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/styles.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="css/responsive.min.css" media="screen and max-width(768px)">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;600&display=swap" rel="stylesheet">
<title>404 not found Devchallenges - Alex Ruiz</title>
</head>
<body>
<header class="container">
<span class="text text_header">404 not found</span>
</header>
<main class="container">
<section class="hero">
<img class="hero-image" src="Scarecrow.png" alt="Image404">
<div class="hero-info">
<h1 class="text text__title">I have bad news for you </h1>
<p class="text text__description">The page you are looking for might be removed or is temporarily unavailable</p>
<a href="#!" class="button">Back to homepage</a>
</div>
</section>
</main>
<footer class="container tasite-footer">
<hr>
<p>Made with ☕ by <b><a href="https://www.linkedin.com/in/alexruix/">Alex Ruiz</a></b></p>
</footer>
</body>
</html>