initial file dump with some early modifications

This commit is contained in:
Dave Gamache
2011-05-01 08:43:13 -07:00
parent 08b26edca8
commit 600ceeb6ad
34 changed files with 1488 additions and 0 deletions

13
index.php Normal file
View File

@ -0,0 +1,13 @@
<? $title = "Page Title";
include("includes/doc-head.php"); ?>
<div class="container">
<h3>This is Foundation.</h3>
<p>This is version 1.0 released on January 25, 2010</p>
<p>Remember the docs are at <a href="http://foundation.zurb.com/">http://www.foundation.zurb.com</a></p>
</div><!-- container -->
<? include("includes/doc-foot.php"); ?>