photo26/docs/maintenance.html
2025-11-27 09:18:34 +01:00

27 lines
No EOL
735 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photo Server | Maintenance</title>
</head>
<body style="display: flex; width: 100vw; height: 100vh; align-items: center; justify-content: center; margin: 0px;">
<div>
<center>
<h1>Maintenance Mode | Serveur Photo en maintance</h1>
</center>
<hr>
<center>
<h3>The server will be back soon | Le serveur photo reviendra au plus vite, soyez patient</h3>
</center>
<hr>
<center>
<h3>Contact Us | Pour nous contacter</h3>
<a href="mailto:photos@crans.org">photos@crans.org</a>
</center>
</div>
</body>
</html>