-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path404.html
More file actions
20 lines (17 loc) · 815 Bytes
/
Copy path404.html
File metadata and controls
20 lines (17 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Page Not Found - Veritrans Indonesia</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://s3-ap-southeast-1.amazonaws.com/veritrans/errors/errors.css" media="all" rel="stylesheet">
</head>
<div class="container">
<img alt="Veritrans Indonesia" height="30" src="https://s3-ap-southeast-1.amazonaws.com/veritrans/errors/logo.png" width="174">
<div class="content">
<h1>404: Page Not Found</h1>
<h4>The page you're not looking for is not available ...</h4>
<p>Payment is securely processed by <a href="https://www.veritrans.co.id/welcome.html">Veritrans</a></p>
</div>
</div>
</body>
</html>