tracman-server/views/templates/footer.html

16 lines
734 B
HTML
Raw Normal View History

2016-03-31 17:06:21 -06:00
<footer class='footer'>
<div class='left'>
2017-08-20 16:42:25 -06:00
<a href="/privacy">Privacy Policy</a> | <a href="/terms">Terms of Service</a>
2018-01-30 07:50:53 -07:00
<!--<p>Website and app by <a href="https://www.keithirwin.us/">Keith Irwin</a>. -->
2017-08-20 16:42:25 -06:00
<!--<br>Design by <a href="http://boag.online/blog/maglev-free-responsive-website-template">Fraser Boag</a>. </p>-->
2016-03-31 17:06:21 -06:00
</div>
<div class='right'>
Contribute:
2016-03-31 17:06:21 -06:00
<a href="https://github.com/Tracman-org/Server"><i class="fa fa-github"></i></a>
2017-01-20 11:44:54 -07:00
<a href="https://cash.me/$KeithIrwin"><i class="fa fa-dollar"></i></a>
<a href="bitcoin:14VN8GzWQPssWQherCE5XNGBWzy3eCDn74?label=tracman"><i class="fa fa-btc"></i></a>
2016-03-31 17:06:21 -06:00
</div>
</footer>
<script type="application/javascript" src="/static/js/.footer.min.js"></script>