-
Notifications
You must be signed in to change notification settings - Fork 0
/
synopsis.html
48 lines (43 loc) · 963 Bytes
/
synopsis.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Word Abiding House Synopsis Archives</title>
<style type="text/css">
span{
font-weight: bold;
}
ul li a{
text-decoration: none;
color: black;
list-style-type: none;
}
ul{
padding: 10px, 0;
margin: 20px, 0;
background-color: #CCC;
}
a{
text-decoration: none;
color: black;
}
</style>
</head>
<body>
<h1>Synopsis For Word-Abiding House</h1><br><br>
<span>Word-Abiding House brings you the Long-Awaited Synopsis to your Smart Device</span>
<ul>
<li>
<a href="#">Synopsis For Edify Friday Teachings</a>
</li>
<li>
<a href="#">Synopsis For CHRiSt Experience</a>
</li>
<li>
<a href="#">Synopsis For Word And Live; One House</a>
</li>
</ul>
<a href="#">synopsis archives for Word-Abiding House.</a>
</body>
</html>