We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6839c commit c33e72eCopy full SHA for c33e72e
404.html
@@ -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
19
+</body>
20
+</html>
0 commit comments