initial file dump with some early modifications
This commit is contained in:
13
index.php
Normal file
13
index.php
Normal 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"); ?>
|
Reference in New Issue
Block a user