diff options
Diffstat (limited to 'templates/footer.html')
-rw-r--r-- | templates/footer.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/footer.html b/templates/footer.html index 7016b7a..3cc1a0e 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,9 +1,10 @@ <hr> -<ul class="horizontal"> - <li>built {{ date }}</li> - <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li> -</ul> +<p> +built {{ date }} +{{ "\xa0" * 36 }} +<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright +</p> </body> </html> |