canguidev/index.html

19 lines
489 B
HTML
Raw Normal View History

2024-10-06 07:48:13 +00:00
<!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">
2024-10-06 10:07:54 +00:00
<h1>Maintenance mode ;) test c</h1>
2024-10-06 07:48:13 +00:00
<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>