garchive-wp-theme/footer.php
Aaron Yarborough eec5362717 Initial commit
2018-12-17 16:30:40 +00:00

18 lines
No EOL
604 B
PHP

<footer class="gar-footer">
<div class="container">
<div class="row text-center">
<div class="col-sm-12">
<p><strong>Information</strong></p>
<p>If you wish to use any of the content on this site for your project, please consider crediting the original authors in some way.</p>
<p style="font-size: 12px">
Site by Aaron Yarborough <br/>
<a href="mailto:me@aaronjy.me">Contact me</a>
</p>
</div>
</div>
</div>
</footer>
</body>
</html>