Skip to content

Instantly share code, notes, and snippets.

@Cvar1984
Last active March 30, 2022 05:50
Show Gist options
  • Save Cvar1984/d9fe4255ff2a3092756e3cf689415785 to your computer and use it in GitHub Desktop.
Save Cvar1984/d9fe4255ff2a3092756e3cf689415785 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="description" content="Site is under construction">
<meta name="keywords"content="blackhole security, bhsec, Cvar1984, hacked, hacking, deface, exploit, defacement, pentest">
<meta name="author" content="Cvar1984">
<meta name="categories" content="website">
<meta name="copyright" content="Cvar1984" />
<meta name="distribution" content="global" />
<meta name="publisher" content="Cvar1984" />
<meta name="rating" content="general" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<meta property="og:title" content="Site is under construction">
<meta property="og:description" content="Oops.. the pages you are looking for is under construction, please comeback later">
<title>Site is under construction</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/Cvar1984/Cvar1984.github.io/master/images/bhs1.png">
<link href="https://mscesq.com" rel="canonical" itemprop="mainEntityOfPage" />
<style>
@font-face {
font-family: moms_typewriter;
src: url(https://cvar1984.github.io/fonts/moms_typewriter.ttf);
}
body {
background-color: #000;
background-image: url(https://cvar1984.github.io/images/powerline_bg.jpg);
background-size: auto;
}
.modal-content {
text-align: center;
color: #fff;
font-family: moms_typewriter;
}
.modal-content>h1 {
font-size: x-larger;
}
.modal-content>p {
font-size: medium;
filter: blur(1px);
}
.modal-content>p:hover {
filter: blur(0px);
}
.modal-widget {
color: #fff;
font-family: moms_typewriter;
}
/* .widget-top {
text-align: left;
font-size: xx-large;
margin-left: 4%;
}
.widget-bottom {
text-align: right;
font-size: xx-large;
margin-right: 4%;
} */
.banner-image {
display: block;
border: 1px solid #fff;
border-radius: 4px;
padding: 5px;
margin-left: auto;
margin-right: auto;
margin-top: 14%;
width: auto;
max-width: 80%;
height: 30%;
}
.banner-image:hover {
filter: hue-rotate(100deg);
}
#bgAudio {
display: none;
}
#loading {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: center no-repeat #fff;
}
/*-- css spin --*/
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*-- css loader --*/
.no-js #loader {
display: none;
}
.js #loader {
display: block;
position: absolute;
left: 100px;
top: 0;
}
.loader {
border: 10px solid #f3f3f3;
border-radius: 50%;
border-top: 10px solid #3498db;
border-bottom: 10px solid #FFC107;
width: 150px;
height: 150px;
left: 43.5%;
top: 20%;
-webkit-animation: spin 2s linear infinite;
position: fixed;
animation: spin 2s linear infinite;
}
.textLoader {
position: fixed;
top: 56%;
left: 45.6%;
color: #34495e;
}
/*-- responsive --*/
@media screen and (max-width: 1034px) {
.textLoader {
left: 46.2%;
}
}
@media screen and (max-width: 824px) {
.textLoader {
left: 47.2%;
}
}
@media screen and (max-width: 732px) {
.textLoader {
left: 48.2%;
}
}
@media screen and (max-width: 500px) {
.loader {
left: 36.5%;
;
}
.textLoader {
left: 40.5%;
}
}
@media screen and (max-height: 432px) {
.textLoader {
top: 65%;
}
}
@media screen and (max-height: 350px) {
.textLoader {
top: 75%;
}
}
@media screen and (max-height: 312px) {
.textLoader {
display: none;
}
}
</style>
</head>
<body onload="loader()">
<div id="loading">
<span class="loader"></span>
<div class="textLoader">
<center>
<b>Please Wait ... </b>
</center>
</div>
</div>
<script>
var delay = 0;
var audio = document.getElementById('bgAudio');
function loader() {
var audio = document.getElementById('bgAudio');
audio.play();
setTimeout(function () {
$("#loading").hide();
$(".loader").hide();
}, delay);
};
</script>
<audio controls loop id="bgAudio">
<source src="https://cvar1984.github.io/audio/powerline_noise.mp3" type="audio/mpeg" />
</audio>
<img class="banner-image" src="https://cvar1984.github.io/images/lain.gif" onclick="audio.play()" />
<div class="modal-content">
<h1>Site is under construction</h1>
<p>Oops.. the pages you are looking for is under construction, please comeback later</p>
</div>
<!-- <div class="modal-widget">
<p class="widget-top">Layer:4</p>
<p class="widget-bottom">Construction</p>
</div> -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment