-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsingle.php
36 lines (36 loc) · 1.96 KB
/
single.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
<?php include 'header.php'; ?>
<div id="main-content">
<div class="container">
<div class="row">
<div class="col-md-8">
<!-- post-container -->
<div class="post-container">
<div class="post-content single-post">
<h3>PHP - Web Development</h3>
<div class="post-information">
<span>
<i class="fa fa-tags" aria-hidden="true"></i>
PHP
</span>
<span>
<i class="fa fa-user" aria-hidden="true"></i>
<a href='author.php'>Admin</a>
</span>
<span>
<i class="fa fa-calendar" aria-hidden="true"></i>
19 July, 2020
</span>
</div>
<img class="single-feature-image" src="images/post_1.jpg" alt=""/>
<p class="description">
Create applications, complete web systems and advanced reports with Business Intelligence concepts using our database-based PHP code generator. Create applications, complete web systems and advanced reports with Business Intelligence concepts using our database-based PHP code generator. Create applications, complete web systems and advanced reports with Business Intelligence concepts using our database-based PHP code generator........
</p>
</div>
</div>
<!-- /post-container -->
</div>
<?php include 'sidebar.php'; ?>
</div>
</div>
</div>
<?php include 'footer.php'; ?>