Files
KGV-Classic/maintenance.php
2026-04-12 22:08:32 +02:00

22 lines
867 B
PHP
Executable File

<!DOCTYPE html><html lang="fr-FR">
<head>
<meta charset="UTF-8">
<title>Kleingartenverein Usedom e.V</title>
<style>
body { font-family: Helvetica, Arial, sans-serif; font-size:16px; color: #000; font-weight:normal; }
#container { width: 600px; padding: 70px 0; text-align:center; position:absolute; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
h1 { font-size: 36px; font-weight:normal; }
</style>
</head>
<body class="home">
<div id="container">
<h1>Kleingartenverein Usedom e.V</h1>
<p>
In a permanent effort to improve our services, we currently are performing upgrades on our website.<br />
We apologize for the inconvenience, but we will be pleased to see you back in a very few minutes.
</p>
<p>The maintenance team.</p>
</div>
</body>
</html>