-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexmobile.html
29 lines (29 loc) · 1.09 KB
/
indexmobile.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
<!DOCTYPE html>
<html lang="en" style="width: 395px; height: 949px;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevChallenge</title>
<link rel="stylesheet" href="assets/css/normalize.css">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/indexmobile.css">
</head>
<body>
<div class="menu">
<h1>404 not found</h1>
</div>
<div class="container">
<div class="container-image">
<img src="assets/images/Scarecrow.png" alt="" width="286px" alt="238px" class="image">
</div>
<div class="container-text">
<h2 class="h2"> I have bad news for you</h2>
<p class="p">The page you are looking for might be removed or is temporarily unavailable</p>
<div class ="button-container">
<button class="button" id="boton"> Back to homepage</button>
<h3 class="h3">JoseGarcia @ DevChallenge.io</h3>
</div>
</div>
</div>
</body>
</html>