statische Webpage

This commit is contained in:
2024-03-15 15:40:28 +01:00
parent f3868da8f8
commit b8cabf4f0c
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Construction</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Welcome to bizmatch.net!</h1>
<p>We're currently under construction to bring you a new and improved experience. Our website is diligently being developed to ensure that we meet your needs with the highest quality of service.</p>
<p>Please check back soon for updates. In the meantime, feel free to <a href="mailto:bizmatch@biz-match.com">contact us</a> for any inquiries or further information.</p>
<p>Thank you for your patience and support!</p>
<p>The bizmatch.net Team</p>
</div>
</body>
</html>