<!doctype html>

<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Jetty Maintenance Window</title>

    <style>
        .page-wrap {
            padding: 50px;
            background-color: #efefef;
            border-radius: 8px;
            margin: 100px auto;
            width: 60%;
        }

        h1,h2,h3,h4 {
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
        }

        p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1em;
            text-align: center;
        }

    </style>
</head>

<body>
<div class="page-wrap">
    <h2>Site Maintenance Window</h2>
    <h3>This site is temporarily unavailable right now due to a planned maintenance window.</h3>
    <p>Please check back soon.</a></p>
</div>
</body>
</html>



