<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap" rel="stylesheet">
    <title>Something went wrong</title>
    <link rel="icon" href="https://cdn.devnagri.com/css/dlogo.png" sizes="32x32" />
    <link rel="icon" href="https://cdn.devnagri.com/css/dlogo.png" sizes="192x192" />
    <style>
        body {
            background: #f5f5f5;
            color: #565A5C;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
        }

        footer {
            position: absolute;
            bottom: 0;
            width: 99%;
        }

        .logo {
            width: 8rem;
        }

        .content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    </style>
</head>

<body>
    <div class="content">
        <img class="logo" src="https://cdn.devnagri.com/css/dlogo.png" alt="">
        <h1>Oops!</h1>
        <p>Error Code: DOMAINSUB</p>
        <p>An error has occurred, and we're working to fix the problem. We'll be up and running shortly.</p>
    </div>

    <footer>
        <hr />
        <p>If you are the administrator of this website, Please contact DOTA support with the error code DOMAINSUB.</p>
    </footer>
</body>

</html>