mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
23 lines
719 B
Smarty
23 lines
719 B
Smarty
<section class="content-header">
|
|
<h1>
|
|
404 Error Page
|
|
</h1>
|
|
<ol class="breadcrumb">
|
|
<li><a href="userpanel.php"><i class="fa fa-home"></i> Home</a></li>
|
|
<li class="active">404 error</li>
|
|
</ol>
|
|
</section>
|
|
|
|
<section class="content">
|
|
|
|
<div class="error-page">
|
|
<h2 class="headline text-yellow"> 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="userpanel.php">return to dashboard</a> or try using the search form.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section> |