transfer from private server/git server
This commit is contained in:
15
web/templates/errors/403.html
Normal file
15
web/templates/errors/403.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Accès refusé — GestHub</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='assets/css/index.css') }}" />
|
||||
</head>
|
||||
<body>
|
||||
<main role="main" style="text-align:center; padding: 4rem 1rem;">
|
||||
<h1>403 — Accès refusé</h1>
|
||||
<p>Vous n'avez pas les droits nécessaires pour accéder à cette ressource.</p>
|
||||
<a href="{{ url_for('dashboard.index') }}">Retour à l'accueil</a>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user