developer/template/default/user/userpanel_404.tpl

23 lines
719 B
Smarty
Raw Permalink Normal View History

2015-05-14 18:06:59 +02:00
<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>