Skip to content

Instantly share code, notes, and snippets.

@AshMW2724
Created August 31, 2023 02:14
Show Gist options
  • Save AshMW2724/86b952ef17972c5e6818a6d92d1e0bf2 to your computer and use it in GitHub Desktop.
Save AshMW2724/86b952ef17972c5e6818a6d92d1e0bf2 to your computer and use it in GitHub Desktop.
wvRGZQE
<div class="main">
<div>
<h1>Domain Misconfigured</h1>
<p>The domain <span id="domain">unknown</span> is not configured to any website.</p>
<p class="disc">Domain managed by <a href="https://ashmw.com">AshMW Technolegies</a></p>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
html {
font-family: sans-serif;
}
.main {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.disc {
font-size: 12px;
opacity: 0.6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment