From 2a8464001efce8c76e8109af7eb68d9e86105692 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 28 Oct 2021 17:08:13 +0200 Subject: chore: add legal notice In France, legal notice is required for any website. --- htdocs/index.html | 9 ++++ htdocs/legal-notice.html | 90 +++++++++++++++++++++++++++++++++++ htdocs/license.html | 93 +++++++++++++++++++++++++++++++++++++ htdocs/mentions-legales.html | 90 +++++++++++++++++++++++++++++++++++ htdocs/src/js/app.js | 15 +++++- htdocs/src/js/i18n/locales/en.js | 4 ++ htdocs/src/js/i18n/locales/fr.js | 4 ++ htdocs/src/scss/layout/_footer.scss | 18 ++++++- htdocs/src/scss/layout/_main.scss | 15 ++++++ htdocs/src/scss/layout/_nav.scss | 4 +- 10 files changed, 337 insertions(+), 5 deletions(-) create mode 100644 htdocs/legal-notice.html create mode 100644 htdocs/license.html create mode 100644 htdocs/mentions-legales.html (limited to 'htdocs') 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 @@