c3lf-system-3/templates/404.php
2018-12-27 08:27:47 +01:00

35 lines
979 B
PHP

<div id="content-wrapper">
<div class="container-fluid">
<!-- Breadcrumbs-->
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Dashboard</a>
</li>
<li class="breadcrumb-item active">404 Error</li>
</ol>
<!-- Page Content -->
<h1 class="display-1">404</h1>
<p class="lead">Page not found. You can
<a href="javascript:history.back()">go back</a>
to the previous page, or
<a href="index.html">return home</a>.</p>
</div>
<!-- /.container-fluid -->
<!-- Sticky Footer -->
<footer class="sticky-footer">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © Your Website 2018</span>
</div>
</div>
</footer>
</div>
<!-- /.content-wrapper -->