diff options
Diffstat (limited to 'templates/page-footer.html')
-rw-r--r-- | templates/page-footer.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/page-footer.html b/templates/page-footer.html index 78d35f6..a969ce9 100644 --- a/templates/page-footer.html +++ b/templates/page-footer.html @@ -1,9 +1,8 @@ - </div> - <div id='copyright'> - <small>© 2023 senders dot io - - <a rel="license external noopener noreferrer" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> - unless otherwise noted. - </small> + <div id='copyright'> + © 2023 senders dot io - + <a rel="license external noopener noreferrer" target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> + unless otherwise noted. + </div> </div> </body> </html> |