You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
802 B
21 lines
802 B
<div class="container"> |
|
<div class="row"> |
|
<div class="col-md-12"> |
|
<div class="error-template"> |
|
<h1> |
|
Oops!</h1><br> |
|
<h2> |
|
404 Not Found</h2> |
|
<div class="error-details"> |
|
Sorry, an error has occured, Requested page not found! |
|
</div> |
|
<br> |
|
<div class="error-actions"> |
|
<a href="/" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-home"></span> |
|
Take Me Home </a> <a href="mailto://rudi@nmare.net" class="btn btn-default btn-lg"><span class="glyphicon glyphicon-envelope"></span> Contact Support </a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
<br> |
|
</div>
|
|
|