mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
19 lines
565 B
Smarty
19 lines
565 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>
|
|
|
|
|
|
<div class="jumbotron jumbotron-fluid">
|
|
<div class="container">
|
|
<h1 class="display-4">404</h1>
|
|
<p class="lead"> We could not find the page you were looking for.</p>
|
|
<hr class="my-4">
|
|
<p>Meanwhile, you may <a href="userpanel.php">return to dashboard</a> or try using the search form.</p>
|
|
</div>
|
|
</div> |