From a8a913189e1d6eabde3af26cf67f24585aa6264b Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Sat, 28 Sep 2024 23:27:33 +0200 Subject: [PATCH] unauthorised page --- static/css/unauthorised.css | 16 ++++++++++++++++ static/html/unauthorised.html | 22 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 static/css/unauthorised.css create mode 100644 static/html/unauthorised.html 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