<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Website</title>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
background: linear-gradient(135deg, #4568dc 0%, #b06ab3 100%);
}
#content {
width: 100%;
position: absolute;
top: 45%;
transform: translateY(-50%);
font-family: verdana, helvetica, arial, sans-serif;
color: #ffffff;
}
</style>
</head>
<body>
<div id="content">
<h3>This website has been deactivated</h3>
<p>Please contact to support</p>
</div>
</body></div>
</html>