2024-05-29 01:20:50 +00:00
|
|
|
|
<?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>
|
|
|
|
|
|
2024-05-29 21:19:48 +00:00
|
|
|
|
|
2024-05-29 01:20:50 +00:00
|
|
|
|
<?php get_footer() ?>
|