apollo_developers/assets/views/utility_404.html
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

40 lines
1.1 KiB
HTML
Executable File

<!-- start: 404 -->
<div class="error-full-page">
<div class="container">
<div class="row">
<div class="col-sm-12 page-error animated shake">
<div class="error-number text-azure">
404
</div>
<div class="error-details col-sm-6 col-sm-offset-3">
<h3>Oops! You are stuck at 404</h3>
<p>
Unfortunately the page you were looking for could not be found.
<br>
It may be temporarily unavailable, moved or no longer exist.
<br>
Check the URL you entered for any mistakes and try again.
<br>
<a href="index.html" class="btn btn-red btn-return">
Return home
</a>
<br>
Still no luck?
<br>
Search for whatever is missing, or take a look around the rest of our site.
</p>
<form action="#">
<div class="input-group">
<input type="text" placeholder="keyword..." size="16" class="form-control">
<span class="input-group-btn">
<button class="btn btn-azure">
Search
</button> </span>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- end: 404 -->