bulma/docs/_includes/library/layout/footer.html

10 lines
390 B
HTML
Raw Normal View History

2024-03-21 16:11:54 +00:00
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
2024-07-01 14:37:50 +00:00
<a href="https://opensource.org/license/mit">MIT</a>. The website content is licensed
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
2024-03-21 16:11:54 +00:00
</p>
</div>
</footer>