TAG 0
This commit is contained in:
parent
3ef6faaf8f
commit
0fbd3f2279
18 changed files with 1104 additions and 241 deletions
35
templates/404.php
Normal file
35
templates/404.php
Normal file
|
@ -0,0 +1,35 @@
|
|||
|
||||
|
||||
<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 -->
|
Loading…
Add table
Add a link
Reference in a new issue