13 lines
351 B
PHP
13 lines
351 B
PHP
|
<? $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"); ?>
|