forked from siputzx/apis
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patherror.html
More file actions
46 lines (45 loc) · 1.7 KB
/
error.html
File metadata and controls
46 lines (45 loc) · 1.7 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
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Website Error</title>
<style>
.anymhost-top {
margin-top: 50px;
}
</style>
</head>
<body>
<div class="container anymhost-top text-center">
<div class="alert alert-danger text-center">
Website <error></error></b>
</div>
<div class="card-body">
<img src="https://apikita.exonity.xyz/file/terrified-panic.gif" height="250px" max-width="100%">
<br>
<br>
<p>Yah, website yang kamu kunjungi saat ini sedang error :(</p>
<br><br>
<div class="card">
<div class="card-header">
Catatan
</div>
<div class="card-body">
<p class="card-text">web menggalami error atau page yang kamu cari tidak ada</p>
</div>
</div>
<br>
<br>
</div>
<div class="alert alert-primary text-center">
© Copyright <script>document.write(new Date().getFullYear())</script> <b><a href="https://apikita.exonity.xyz">exonity apis</a></b>
</div>
</div>
</body>
</html>