Skip to content

Commit c33e72e

Browse files
Menambahkan
1 parent 9c6839c commit c33e72e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

404.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="id">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<title>404 Not Found</title>
8+
<link rel="stylesheet" href="404.styles.css">
9+
</head>
10+
<body>
11+
<div class="container">
12+
<div class="gif-container">
13+
<img src="Gif PakAmba.gif" alt="404 Animation">
14+
</div>
15+
<h1>Sepertinya Anda tersesat. Halaman yang Anda cari tidak tersedia.</h1>
16+
<p>Yang putih hitamkan, yang hitam biarkan, tapi yang nganu sudah pasti hitam.</p>
17+
<a href="index.html" class="button">Kembali ke Beranda</a>
18+
</div>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)