<!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-color: #f27935;                }                #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>New Website</h1><p>This website has been recently created, and is currently under construction.</p><p>Please check back soon.</p></div></body></html>