-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog_list.php
34 lines (27 loc) · 1.52 KB
/
blog_list.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
<?php require_once'inc/header.php' ?>
<?php require_once'inc/nav.php' ?>
<!-- ============================================== HEADER : END ============================================== -->
<div class="body-content outer-top-bd">
<div class="container">
<div class="x-page inner-bottom-sm">
<div class="row">
<div class="col-md-12 x-text text-center">
<h1>Coming Soon</h1>
<p>We are sorry, the page is not unavailable. </p>
<form role="form" class="outer-top-vs outer-bottom-xs">
<input placeholder="Search" autocomplete="off">
<button class=" btn-default le-button">Go</button>
</form>
<a href="index.php"><i class="fa fa-home"></i> Go To Homepage</a>
</div>
</div><!-- /.row -->
</div><!-- /.sigin-in-->
</div><!-- /.container -->
</div><!-- /.body-content -->
<!-- ============================================================= FOOTER ============================================================= -->
<!-- ============================================== INFO BOXES ============================================== -->
<?php require_once'inc/footer_bar.php' ?>
<!-- /.info-boxes -->
<!-- ============================================== INFO BOXES : END ============================================== -->
<!-- ============================================================= FOOTER ============================================================= -->
<?php require_once'inc/footer.php' ?>