forked from MobileFirst-Platform-Developer-Center/DevCenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
22 lines (20 loc) · 840 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: Page Not Found
sitemap: false
indexed: false
---
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="error-template">
<h1>Oops! <small>404 Not Found</small></h1>
<h3>Page you are looking for could be removed due to deprecated content or this could be a problem.</h3>
<img src='{{site.baseurl}}/assets/tutorials/404.png' alt="Page not found!" style="text-align:center; width: 550px"/>
<div class="error-actions">
<a href="https://github.com/MobileFirst-Platform-Developer-Center/DevCenter/issues/" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-envelope"></span> Please let us know</a>
</div>
</div>
</div>
</div>
</div>