-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
115 lines (99 loc) · 3.41 KB
/
index.php
File metadata and controls
115 lines (99 loc) · 3.41 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?php
require 'model/db_func.php';
?>
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Striped by HTML5 UP</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="index_files/main.css">
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="">
<!-- Content -->
<div style="min-height: 2113px;" id="content">
<div class="inner">
<!-- Post -->
<?php include 'view/article.php';?>
<!-- Post -->
<!-- Pagination -->
<div class="pagination">
<!--<a href="#" class="button previous">Previous Page</a>-->
<div class="pages">
<a href="#" class="active">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<span>…</span>
<a href="#">20</a>
</div>
<a href="#" class="button next">Next Page</a>
</div>
</div>
</div>
<!-- Sidebar -->
<div style="min-height: 2113px;" id="sidebar">
<!-- Logo -->
<h1 id="logo"><a href="#">STRIPED</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="#">Latest Post</a></li>
<li><a href="#">Archives</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">Contact Me</a></li>
</ul>
</nav>
<!-- Search -->
<section class="box search">
<form method="post" action="#">
<input class="text" name="search" placeholder="Search" type="text">
</form>
</section>
<!-- Text -->
<section class="box text-style1">
<div class="inner">
<p>
<strong>Striped:</strong> A free and fully responsive HTML5 site
template designed by <a href="http://n33.co/">AJ</a> for <a href="http://html5up.net/">HTML5 UP</a>
</p>
</div>
</section>
<!-- Recent Posts -->
<section class="box recent-posts">
<header>
<h2>Recent Posts</h2>
</header>
<ul>
<li><a href="#">Lorem ipsum dolor</a></li>
<li><a href="#">Feugiat nisl aliquam</a></li>
<li><a href="#">Sed dolore magna</a></li>
<li><a href="#">Malesuada commodo</a></li>
<li><a href="#">Ipsum metus nullam</a></li>
</ul>
</section>
<!-- Recent Comments -->
<section class="box recent-comments">
<header>
<h2>Recent Comments</h2>
</header>
<ul>
<li>case on <a href="#">Lorem ipsum dolor</a></li>
<li>molly on <a href="#">Sed dolore magna</a></li>
<li>case on <a href="#">Sed dolore magna</a></li>
</ul>
</section>
<!-- Copyright -->
<ul id="copyright">
<li>© Untitled.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="index_files/jquery.js"></script>
<script src="index_files/skel.js"></script>
<script src="index_files/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="index_files/main.js"></script>
<div id="titleBar"><a href="#sidebar" class="toggle"></a><span class="title"><a href="#">STRIPED</a></span></div></body></html>