diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-28 17:08:13 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-28 17:21:41 +0200 |
| commit | 2a8464001efce8c76e8109af7eb68d9e86105692 (patch) | |
| tree | efb3c1f2543515a10815dfaf81588e578e8878cd /htdocs/index.html | |
| parent | b7334838318e4a42171491349038941d347538a0 (diff) | |
chore: add legal notice
In France, legal notice is required for any website.
Diffstat (limited to 'htdocs/index.html')
| -rw-r--r-- | htdocs/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index a2e1c02..d2fe5fc 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -54,6 +54,15 @@ </noscript> </main> <footer class="footer"> + <nav class="nav nav--footer"> + <ul class="nav__list"> + <li class="nav__item"> + <a href="legal-notice.html" class="nav__link nav__link--legal"> + Legal notice + </a> + </li> + </ul> + </nav> <div class="copyright"> <span class="copyright__license" title="License MIT">MIT</span> <span class="copyright__date">2021.</span> |
