<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>We're so sorry. We screwed up</title>
    <style>
        .container {
            width: 60%;
            margin: 10% auto 0;
            background-color: #f0f0f0;
            padding: 2% 5%;
            border-radius: 10px
        }

        ul {
            padding-left: 20px;
        }

            ul li {
                line-height: 2.3
            }

        a {
            color: #20a53a
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>For reasons of force majeure, all of CodeProxy's data has disappeared, despite our best efforts to mitigate the impact.</h1>
        <h3>We're sorry, we didn't want to see that either, but there's no way to recover.</h3>
        <ul>
            <p>If you still choose to believe in us, we would appreciate it.</p>
            <p>TConsidering the demand factor, we will not run the large Git service in the short term, and will add more at a later time depending on the situation, so please forgive us.</p>
        </ul>
    </div>
</body>
</html>