-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1 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
<!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 href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@700&family=Montserrat:wght@600&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<title>404 Page</title>
</head>
<body>
<div class="container">
<div class="gambar">
<img src="Scarecrow.png" alt="Scarerow" width="350" />
</div>
<main class="main">
<h1 class="title">I have bad news for you</h1>
<h2 class="text">The page you are looking for might be removed or is temporarily unavaible</h2>
<a href="#" class="button-homepage">Back to homepage</a>
</main>
</div>
<footer class="footer">
<a href="https://github.com/christofernazara" class="profile">Christofer Nazara</a>
</footer>
</body>
</html>