<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Coming Soon</title>
<style>
body {
font-family: sans-serif;
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
background: #f0f0f0;
}
</style>
</head>
<body>
<h1>Relaunch of website coming soon..</h1>
</body>
</html>