<!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, #36d1dc 0%, #5b86e5 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"><h1>Website is Coming Soon</h1><p>This is a holding page. Our website is under construction.</p><p>Please check back soon.</p></div></body></html>