-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
46 lines (38 loc) · 1.85 KB
/
404.html
File metadata and controls
46 lines (38 loc) · 1.85 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 charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="BLUD UPTD Angkutan">
<!-- description -->
<meta name="description" content="Badan Layanan Umum Daerah Unit Pelaksana Teknis Angkutan Daerah Dinas Perhubungan Kota Bandung Unit Pelaksana teknis yang mempunyai tugas pokok melaksanakan sebagian tugas Dinas dibidang pengelolaan Bus Trans Metro Bandung, Bandung Tour On The Bus (BANDROS), BOSEH Bike Sharing dan Bus Sekolah Kota Bandung ">
<!-- keywords -->
<meta name="keywords" content="BLUD, UPT, UPTD, Angkutan, DISHUB, Kota Bandung, Bandung, Bandros, Boseh, TMB, Bus Sekolah, Dinas, Perhubungan">
<!-- Page Title -->
<title>404 Error</title>
<!-- Bundle -->
<link rel="stylesheet" href="/404/css/bundle.min.css">
<link rel="stylesheet" href="/404/css/line-awesome.min.css">
<!-- Style Sheet -->
<link rel="stylesheet" href="/404/css/style.css">
<link rel="alternate icon" class="js-site-favicon" type="image/png" href="/img/icon.png">
</head>
<body class="bg-error-img">
<section class="error-page">
<div class="container">
<div class=" text-center text-alignment">
<div class="error-text">
<h1 class="main-heading">404 error</h1>
<h1 class="sub-heading">Page not found!</h1>
<p class="text-error">The address you entered is incorrect, unavailable, or has been deleted</p>
<a href="/" class="btn btn-primary rounded-pill home-btn">Home Page</a>
</div>
</div>
</div>
</section>
<!-- JavaScript -->
<script src="404/js/bundle.min.js"></script>
<script src="404/js/script.js"></script>
</body>
</html>