<html>
<head></head>
<body data-new-gr-c-s-check-loaded="199999999999999.1112.0" data-gr-ext-installed="">
<style>
body {
background-color: #FFDC0E;
box-sizing: border-box;
color: ##0B983A;
font-family: CustomFont, sans-serif;
height: 90vh;
margin: 0;
padding: 0;
width: 100%
}
h1 {
font-size: 100px;
margin-top: 20px;
text-align: center
}
@media (max-width:650px) {
h1 {
font-size: 75px
}
table {
width: 100%
}
</style>
<h1>Mint $Gay Now !</h1>
<center>
<h2>https://unisat.io/brc20/%24gay </h2>
</center>
<h1 id="countdown">19:23:26</h1>
<script>
var today = new Date(); // get today's date
var lastDay = new Date(today.getFullYear(), today.getMonth() + 1, 0); // get last day of current month
var countDownDate = lastDay.getTime(); // get timestamp of last day
var x = setInterval(function() {
var now = new Date().getTime();
var distance = countDownDate - now;
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
if (hours < 10) hours = "0" + hours;
if (minutes < 10) minutes = "0" + minutes;
if (seconds < 10) seconds = "0" + seconds;
document.getElementById("countdown").innerHTML = hours + ":" + minutes + ":" + seconds;
if (distance < 0) {
clearInterval(x); clearInterval(x);
document.getElementById("countdown").innerHTML = "Dam, you guys sucks ~ .";
}
}, 100000);
</script>
</body>