mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-11-14 20:58:43 +00:00
fbcb8ba5f2
One standard layout broken down into included components: HTML head, navbar, and footer.
7 lines
240 B
HTML
7 lines
240 B
HTML
<footer class="footer">
|
|
<div class="content has-text-centered">
|
|
<p>
|
|
Hosted on <a href="https://github.com/zrgn/zrgn.github.io">GitHub</a> using <a href="https://bulma.io/">Bulma</a>
|
|
</p>
|
|
</div>
|
|
</footer>
|