1234567891011121314151617181920212223 |
- <!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" xml:lang="en" >
- <head>
- <title>Cub Scout Pack 596</title>
- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" />
- <link rel="stylesheet" type="text/css" href="/css/main-alt.css" />
- </head>
- <body>
- <div id="page">
- <?php include('header.php');?>
- <?php include('sidebar.php');?>
- <div id="main">
- <h3>Pack Newsletter</h3>
- <div id="post">
- <span class="title">Title</span> - <span class="date">date</span><p>This week we did stuff</p>
- </div>
- </div>
- <?php include('footer.php');?>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- </body>
- </html>
|