-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle.html
executable file
·70 lines (69 loc) · 2.39 KB
/
single.html
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
<!DOCTYPE html>
<html lang="cn">
<head>
<meta charset="utf-8">
<title>爱的国-关于</title>
<meta name="description" content="在线信息">
<meta name="author" content="[email protected]">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/zerogrid.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="shortcut icon" href="favicon.ico" />
<script src="js/script.js"></script>
<link href="owl-carousel/owl.carousel.css" rel="stylesheet">
</head>
<body>
<div class="wrap-body">
<div id='cssmenu' class="align-center">
<ul>
<li><a href='/'><span>主页</span></a></li>
<li class='active'><a href='single.html'><span>关于</span></a></li>
</ul>
</div>
<header class="">
<div class="logo">
<hr class="line-1">
<a href="#">关于</a>
<span>博客内容包括在线圣经,在线诗歌简谱和属灵著作,提供在线阅读使用。</span>
<hr class="line-1">
</div>
</header>
<!--////////////////////////////////////Container-->
<section id="container">
<div class="wrap-container">
<!-----------------Content-Box-------------------->
<article class="single-post zerogrid">
<div class="row wrap-post"><!--Start Box-->
<div class="entry-header">
<h2 class="entry-title">但圣灵降临在你们身上,你们就必得着能力,并要
在耶路撒冷、犹太全地、撒玛利亚,直到地极,作我的见证人。</h2>
<span class="cat-links"><a href="./b/s1/bookid_44.htm">使徒行传</a>:<a href="./b/s1/1019.htm#8">1章8节</a></span>
</div>
</div>
</article>
</div>
</section>
<!--////////////////////////////////////Footer-->
<footer>
<div class="zerogrid wrap-footer">
<div class="row">
<div class="bottom-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-vimeo"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
</div>
</div>
<div class="copyright">
Copyright @ 爱的国
</div>
</div>
</footer>
</div>
</body>
</html>