9 lines
270 B
HTML
9 lines
270 B
HTML
|
<div class="container px-4">
|
||
|
<div class="notification is-dark has-text-centered has-text-grey smaller my-4 py-3">
|
||
|
Copyright © {{ now.Format "2006"}} Noah Petherbridge.
|
||
|
All rights reserved.
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="/js/bulma.js"></script>
|