diff --git a/views/401.ejs b/views/401.ejs
new file mode 100644
index 0000000..db38699
--- /dev/null
+++ b/views/401.ejs
@@ -0,0 +1,14 @@
+<%- include('includes/head.ejs', {Title: 'error 500'}) %>
+
+
+
+ <%- include('includes/header.ejs') %>
+
+
+
+ Erreur 401 - Non autorisé : Accès refusé. Vous n'avez pas les permissions nécessaires pour accéder à cette ressource.
+
+
+
+
+
diff --git a/views/403.ejs b/views/403.ejs
new file mode 100644
index 0000000..4084c05
--- /dev/null
+++ b/views/403.ejs
@@ -0,0 +1,14 @@
+<%- include('includes/head.ejs', {Title: 'error 500'}) %>
+
+
+
+ <%- include('includes/header.ejs') %>
+
+
+
+ Erreur 403 - Accès interdit : Vous n'êtes pas autorisé à accéder à cette ressource.
+
+
+
+
+
diff --git a/views/404.ejs b/views/404.ejs
new file mode 100644
index 0000000..bf4b9e4
--- /dev/null
+++ b/views/404.ejs
@@ -0,0 +1,14 @@
+<%- include('includes/head.ejs', {Title: 'error 500'}) %>
+
+
+
+ <%- include('includes/header.ejs') %>
+
+
+
+ Erreur 404 - Page non trouvée : La page que vous cherchez est introuvable.
+
+
+
+
+
diff --git a/views/500.ejs b/views/500.ejs
new file mode 100644
index 0000000..e3dd1a5
--- /dev/null
+++ b/views/500.ejs
@@ -0,0 +1,14 @@
+<%- include('includes/head.ejs', {Title: 'error 500'}) %>
+
+
+
+ <%- include('includes/header.ejs') %>
+
+
+
+ Erreur 500 - Erreur interne du serveur : Le serveur a rencontré une erreur interne ou une condition inattendue et n'a pas pu répondre à votre requête.
+
+
+
+
+
diff --git a/views/a_propos.ejs b/views/a_propos.ejs
new file mode 100644
index 0000000..ba14d9c
--- /dev/null
+++ b/views/a_propos.ejs
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Page d'Accueil
+
+
+
+
+
+
+
+
+
+ Section 1
+ paragraphe
+ paragraphe
+
+
+ Section 2
+ paragraphe
+ paragraphe
+
+
+
+
diff --git a/views/adminPage.ejs b/views/adminPage.ejs
new file mode 100644
index 0000000..071636f
--- /dev/null
+++ b/views/adminPage.ejs
@@ -0,0 +1,67 @@
+<%- include('includes/head', {Title : 'Admin page'}) %>
+
+
+
+ <%- include('includes/header') %>
+
+
+
+
+
+
+ This is the admin page
+
+
+
+
+ Faire de quelqu'un un admin
+
+
+
+
+
+ enlever un admin
+
+
+
+
+
+ Créer un poste pour la hotLine
+
+
+
+
+
+
+ <%- include('includes/footer') %>
+
\ No newline at end of file
diff --git a/views/connexion.ejs b/views/connexion.ejs
new file mode 100644
index 0000000..49e1aa0
--- /dev/null
+++ b/views/connexion.ejs
@@ -0,0 +1,39 @@
+<%- include('includes/head', {Title: 'connexion'})%>
+
+
+
+ <%- include('includes/header') %>
+
+
+
+
+
+
+ Connexion
+
+ <% if (inputData.hasError) {%>
+
+ <%= inputData.message %>
+
+ <% } %>
+
+
Créer un compte
+
+
+ <%- include('includes/footer') %>
+
+
diff --git a/views/contact.ejs b/views/contact.ejs
new file mode 100644
index 0000000..fd46d8e
--- /dev/null
+++ b/views/contact.ejs
@@ -0,0 +1,38 @@
+
+
+
+
+
+ Page d'Accueil
+
+
+
+
+
+
+
+
+
+ Section 1
+ paragraphe
+ paragraphe
+
+
+ Section 2
+ paragraphe
+ paragraphe
+
+
+
+
diff --git a/views/creer_compte.ejs b/views/creer_compte.ejs
new file mode 100644
index 0000000..83bf9cd
--- /dev/null
+++ b/views/creer_compte.ejs
@@ -0,0 +1,58 @@
+<%- include('includes/head', {Title: 'creer-compte', fichier: 'creer-compte'})%>
+
+
+
+ <%- include('includes/header') %>
+
+
+
+
+
+
+ Créer un compte
+
+ <% if (inputData.hasError) {%>
+
+ <%= inputData.message %>
+
+ <% } %>
+
+
+
+ <%- include('includes/footer') %>
+
+