mauflix/source/templates/footer.html

17 lines
612 B
HTML
Raw Normal View History

2022-11-17 17:51:43 -06:00
<footer class="footer">
<div class="content">
2022-12-21 21:46:45 -06:00
<p><b>G1</b>:&nbsp;<code>GwhvskhBj6B6JYQLo3E9S97PFfL6gw3LgmYG1cTsjQkF</code></p>
2022-11-17 17:51:43 -06:00
</div>
<div class="content has-text-centered">
<p>Te recomendamos <a href="https://www.videolan.org/vlc/" target="_blank">VLC</a> para ver tus películas.</p>
</div>
<div class="content has-text-centered">
<p>
Sitio desarrollado con
<a href="https://python.org" target='_blank'>Python</a>,
<a href="https://djangoproject.com/" target='_blank'>Django</a> y
<a href="https://bulma.io/" target='_blank'>Bulma</a>.
</p>
</div>
</footer>