slowtwitch-wp-theme/front-page.php
2024-05-29 15:19:48 -06:00

15 lines
629 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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() ?>