diff --git a/static/css/unauthorised.css b/static/css/unauthorised.css new file mode 100644 index 0000000..5ddb578 --- /dev/null +++ b/static/css/unauthorised.css @@ -0,0 +1,16 @@ +body { + background-color: #11111b; + text-align: center; +} + +h1 { + color: red; +} + +h3 { + color: yellow; +} + +p, a { + color: white; +} \ No newline at end of file diff --git a/static/html/unauthorised.html b/static/html/unauthorised.html new file mode 100644 index 0000000..38b4e4d --- /dev/null +++ b/static/html/unauthorised.html @@ -0,0 +1,22 @@ + + + + + + + + + Non autorisé + + +
+

Tu n'es pas autorisé à accèder à cette page.

+

Merci de bien vouloir te connecter.

+ Se connecter +

Tu n'as pas de compte?

+ Créer un compte +

Si c'est une erreur, contacte un administrateur.

+
+ + \ No newline at end of file