mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-14 14:54:38 +00:00
14 lines
502 B
HTML
14 lines
502 B
HTML
<div class="footer">
|
|
<div class="container">
|
|
<p>
|
|
{% t global.copyright %} © <strong>{% t global.monero_project %}</strong>
|
|
<a href=""><img src="//static.monero.cc/images/social_twitter.png"></a>
|
|
<a href=""><img src="//static.monero.cc/images/social_rss.png"></a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- JS -->
|
|
<script src="//static.monero.cc/js/jquery.min.js"></script>
|
|
<script src="//static.monero.cc/js/bootstrap.min.js"></script>
|