-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
22 lines (21 loc) · 1.27 KB
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php require_once "inc/header.php"; ?>
<!-- ============================================================== -->
<!-- Login box.scss -->
<!-- ============================================================== -->
<div class="error-box">
<div class="error-body text-center">
<h1 class="error-title text-danger">404</h1>
<h3 class="text-uppercase error-subtitle">PAGE NOT FOUND !</h3>
<p class="text-muted mt-4 mb-4">YOU SEEM TO BE TRYING TO FIND HIS WAY HOME</p>
<a href="index.php" class="btn btn-danger btn-rounded waves-effect waves-light mb-5 text-white">Back to home</a>
</div>
</div>
<!-- ============================================================== -->
<!-- Login box.scss -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Page wrapper scss in scafholding.scss -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- Page wrapper scss in scafholding.scss -->
<?php require_once "inc/footer.php"; ?>