mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
15 lines
448 B
HTML
15 lines
448 B
HTML
---
|
|
layout: cypress
|
|
title: Layout/Footer
|
|
---
|
|
|
|
<footer id="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
|
|
<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>.
|
|
</p>
|
|
</div>
|
|
</footer>
|