21 lines
905 B
HTML
Executable File
21 lines
905 B
HTML
Executable File
<style>
|
|
.error-page{margin:20px auto;}
|
|
</style>
|
|
<div class="error-page">
|
|
<h2 class="headline text-info"> 404</h2>
|
|
<div class="error-content">
|
|
<h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3>
|
|
<p>
|
|
We could not find the page you were looking for.
|
|
Meanwhile, you may <a href='../../index.html'>return to dashboard</a> or try using the search form.
|
|
</p>
|
|
<form class='search-form'>
|
|
<div class='input-group'>
|
|
<input type="text" name="search" class='form-control' placeholder="Search"/>
|
|
<div class="input-group-btn">
|
|
<button type="submit" name="submit" class="btn btn-primary"><i class="fa fa-search"></i></button>
|
|
</div>
|
|
</div><!-- /.input-group -->
|
|
</form>
|
|
</div><!-- /.error-content -->
|
|
</div><!-- /.error-page --> |