This repository was archived by the owner on Nov 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlessons.php
More file actions
69 lines (58 loc) · 2.04 KB
/
lessons.php
File metadata and controls
69 lines (58 loc) · 2.04 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Preach Jesus Christ!</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Header -->
<div id="header">
<img src="images/SiteBanner.jpg"></img>
</div>
<!-- End Header -->
<span style="font-size: 14pt; font-style: itallic; float: right; margin-right: 100px;position: relative; z-index: 4; padding: 0;"><i>making much of Jesus</i></span>
<!-- Begin Navigation -->
<?php include("includes/menu.php"); ?>
<ul id="tabs">
<li>
<a>Lessons<span></span></a>
</li>
</ul>
</div>
<!-- End Navigation -->
<!-- Begin Left Column -->
<div id="leftcolumn">
<?php include("includes/rss.php"); ?>
<!-- 1st widget area -->
<?php include("includes/connectus.php"); ?>
</div>
<!-- End Left Column -->
<!-- Begin Right Column -->
<div id="rightcolumn">
<!-- End Right Column -->
<table>
<tr class="table-head">
<td>
<p class="cushycms">This will be the future page of all lessons from Wayne Gimmel and myself.</p>
</td>
</tr>
</table>
<!-- removed div due to separation of footer from body -->
</div>
<!-- Begin Footer -->
<div id="footer">
<a>©2012 Preach Jesus Christ!. All Rights Reserved.</a>
</div>
<!-- End Footer -->
</div>
<!-- End Wrapper -->
</body>
</html>