canguidev/index.html
2024-10-06 09:48:13 +02:00

19 lines
479 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="styles.css" rel="stylesheet" />
<title>Canguidev</title>
</head>
<body>
<div class="vh">
<div>
<div class="wrap">
<h1>Maintenance mode</h1>
<h2><p>Sorry for the inconvenience.<br>Our website is currently undergoing scheduled maintenance.<br><br></p></h2>
<p>Thank you for your understanding.</p>
</div>
</div>
</div>
</body>
</html>