-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
42 lines (41 loc) · 1.53 KB
/
Copy path404.html
File metadata and controls
42 lines (41 loc) · 1.53 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="id">
<head>
<meta charset="utf-8" />
<meta content="initial-scale=1.0, width=device-width" name="viewport" />
<meta content="ie=edge" http-equiv="X-UA-Compatible" />
<title>Halaman Tidak Ditemukan</title>
<link href="https://cdn.jsdelivr.net" rel="preconnect" />
<link href="https://cdn.jsdelivr.net" rel="dns-prefetch" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link href="/css/style.css" rel="stylesheet" />
</head>
<body
class="align-items-center d-flex flex-column justify-content-center min-dvh-100 text-center"
>
<div class="mx-auto p-3">
<svg
fill="#dc3545"
height="80"
viewBox="0 0 16 16"
width="80"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z"
/>
<path
d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"
/>
</svg>
<h1 class="fw-bold mt-4">Halaman Tidak Ditemukan</h1>
<p class="text-muted">
Maaf! Sepertinya tidak dapat menemukan halaman yang Anda cari.
</p>
<a class="btn btn-primary fw-medium" href="/">Kembali</a>
</div>
</body>
</html>