15 lines
629 B
PHP
15 lines
629 B
PHP
<?php get_header() ?>
|
||
|
||
<!-- Primary Page Layout
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="twelve column" style="margin-top: 5%">
|
||
<h4>Basic Page</h4>
|
||
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<?php get_footer() ?>
|