Skip to content

Commit

Permalink
feat: add page maintenance.html in public/static/pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Jan 14, 2025
1 parent b4736f2 commit af26561
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions public/static/pages/maintenance.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Site en maintenance</title>
<style>
body {
text-align: center;
padding: 150px;
}
h1 {
font-size: 50px;
}
body {
font:
20px Helvetica,
sans-serif;
color: #333;
}
article {
display: block;
text-align: left;
width: 650px;
margin: 0 auto;
}
a {
color: #dc8100;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: none;
}
</style>
</head>
<body>
<article>
<h1>Nous revenons vite !</h1>
<div>
<p>
Nous effectuons actuellement une maintenance. Si vous en avez besoin,
vous pouvez toujours
<a href="mailto:adresse@data.gouv.fr">nous contacter</a>. Nous sommes
désolés pour le dérangement, nous serons de retour en ligne sous peu !
</p>
<p>&mdash; L’&Eacute;quipe Base Adresse Nationale</p>
</div>
</article>
</body>
</html>

0 comments on commit af26561

Please sign in to comment.