-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPOST.html
More file actions
28 lines (26 loc) · 964 Bytes
/
POST.html
File metadata and controls
28 lines (26 loc) · 964 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//img3.wsimg.com/dps/css/uxcore.css" rel="stylesheet">
<link href="//img3.wsimg.com/dps/css/customer-comp.css" rel="stylesheet">
</head>
<body>
<div id="error-img"><img src="//img3.wsimg.com/dps/images/404_background.jpg"></div>
<div class="container text-center" id="error">
<div class="row">
<div class="col-md-12">
<div class="main-icon text-warning"><span class="uxicon uxicon-alert"></span></div>
<h1>File not found (404 error)</h1>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-push-3">
<p class="lead">If you think what you're looking for should be here, please contact the site owner.</p>
</div>
</div>
</div>
</body>
</html>