-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
52 lines (37 loc) · 1.37 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php include_once("includes/head.php"); ?>
<body>
<!--END HEADER SECTION-->
<!-- MOBILE MENU -->
<?php include_once("includes/mobile_menu.php"); ?>
<!--HEADER SECTION-->
<section>
<!-- TOP BAR -->
<?php include_once("includes/top_bar.php"); ?>
<!-- LOGO AND MENU SECTION -->
<?php include_once("includes/menu.php"); ?>
<?php include_once("includes/search_top.php"); ?>
</section>
<div class="contentsection contemplete clear">
<div class="maincontent clear">
<div class="about">
<div class="notfound">
<p><span>404</span> Not Found</p>
</div>
</div>
</div>
<?php include_once("includes/sidebar.php") ?>
</div>
<!-- Footer Section All Start-->
<!-- FOOTER COURSE BOOKING -->
<?php include_once("includes/footer_course_booking.php"); ?>
<!-- FOOTER -->
<?php include_once("includes/footer.php"); ?>
<!--SECTION LOGIN, REGISTER AND FORGOT PASSWORD-->
<?php include_once("includes/login_section.php"); ?>
<!--Right Nav SOCIAL MEDIA SHARE -->
<?php include_once("includes/social_media_share_right.php"); ?>
<!--Import jQuery before materialize.js-->
<?php include_once("includes/script.php"); ?>
<!-- Footer Section All End -->
</body>
</html>