Initial commit

This commit is contained in:
Tania 2015-10-17 22:50:47 -05:00
commit cec737f411
9 changed files with 307 additions and 0 deletions

14
footer.php Normal file
View file

@ -0,0 +1,14 @@
</div> <!-- /.container -->
<footer class="blog-footer">
<p>Blog template built for <a href="http://getbootstrap.com">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p>
<p>
<a href="#">Back to top</a>
</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<?php wp_footer(); ?>
</body>
</html>