-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog01.php
More file actions
40 lines (33 loc) · 1.56 KB
/
blog01.php
File metadata and controls
40 lines (33 loc) · 1.56 KB
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
<?php include ('include_page/config.php'); ?>
<!DOCTYPE html>
<html lang="en">
<!-- Header -->
<?php include ('include_page/header.php'); ?>
<body>
<!-- Navigation Bar -->
<?php include ('include_page/navbar.php'); ?>
<!-- +++++ Post +++++ -->
<div id="white">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p><img src="assets/img/user.png" width="50px" height="50px"> <ba>Stanley Stinson</ba></p>
<p><bd>January 3, 2014</bd></p>
<h4>An Image Post</h4>
<p><img class="img-responsive" src="assets/img/blog01.jpg" alt=""></p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<br>
<p><bt>TAGS: <a href="#">Wordpress</a> - <a href="#">Web Design</a></bt></p>
<hr>
<p><a href="blog.php"># Back</a></p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Footer Section +++++ -->
<?php include('include_page/footer.php'); ?>
<?php include ('include_page/bottom.php'); ?>
</body>
</html>