File "itinerary.php"

Full Path: /home/raylsmit/public_html/m/itinerary.php
File size: 1.85 KB
MIME-type: text/x-php
Charset: utf-8

<?php header('Content-type: text/html; charset=utf-8'); ?>
<?php include("details.php"); ?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title><?php echo $businessname; ?> - Itinerary</title>
<meta http-equiv="Cache-Control" content="max-age=600" />
<meta name="description" content="Ray Smith International" />
<meta name="keywords" content="online sermons, live sunday service, Bibles study, womens bible study" />
<meta name="robots" content="index, follow, all" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="width" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>

<!-- Start Header -->
<?php include("header.php"); ?>	
<!-- End Header -->

<div style="margin: 0pt auto; max-width: 600px;">

<div id="wrapper">

<!-- Start Nav Button -->
<div class="topnav">
<p><a href="./">Home&nbsp; |&nbsp; Itinerary</a></p>
</div>	
<!-- End Nav Button -->

<!-- Start Content -->
<div id="contentinner">
<div class="content">
    
    <p>Join us live for our online sermon.<br>
And Hear the Inspired Word of God<br>
<strong>Sunday 6:30 pm EST</strong></p>

<p>Come Experience God’s presence<br>
and Expect Your Miracle<br>
<strong>Thursday 7:00 pm EST</strong></p>
    
    <p>Receive Revelation, Direction and<br>
Understanding from the Bible.<br>
Taught by Alice Smith<br>
<strong>Saturday 10:00 am EST</strong></p>
   
    
</div>
</div>	
<!-- End Content -->

</div><!-- wrapper -->

</div><!-- margin -->
	
<!-- Start Footer -->
<?php include("footer.php"); ?>					
<!-- End Footer -->

</body>
</html>