-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path404.html
23 lines (20 loc) · 785 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Error 404 - Page Not Found!</title>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
<link href="./assets/images/favicon.png" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div class="container">
<img class="ops" src="./assets/images/404.svg" />
<br />
<h3>Halaman yang Anda cari tidak ditemukan.
<br /> Bisa jadi karena url tersebut salah atau tidak tersedia.</h3>
<br />
<a class="buton" href="https://indrakusuma.web.id/">www.indrakusuma.web.id</a>
</div>
</body>
</html>