<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<!-- <link rel="icon" href="" sizes="32x32" /> -->
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="title" content="" />
	<meta name="description" content="" />
	<meta name="url" content="" />
	<meta name="site_name" content="" />
	<meta name="author" content="">
	<meta name="keywords" content="">
	<title>Commando 999</title>
	
	<link href="http://commando999.com/wp-content/plugins/under-construction-maintenance-mode/assets/css/fa-brands.min.css" rel="stylesheet">
	<link href="http://commando999.com/wp-content/plugins/under-construction-maintenance-mode/assets/css/fontawesome.min.css" rel="stylesheet">
	
	<!--Adding Google analytics code-->
	
	<style media="screen">
	html{
		height: 100%;
	}
	body{
		display: table;
		min-height: 100%;
		margin: 0;
		text-align: center;
		width: 100%;
		background-image: url(https://commando999.com/wp-content/uploads/2020/11/Commandos999_green-1.png);
		background-size: cover;
		background-position: center;
		
	}
	h1{
		font-size: 60px;
		color: #fff;
		text-transform: uppercase;
		margin: 0;
	}
	.ucmm-logo{
				padding-top: 70px;
				vertical-align: middle;
		text-align: center; 
		width: 100%;
		font-size: 50px;
		font-weight: bold;
		color: #fff;
	}
	.ucmm-logo img{
		width: 100px;
		height: 100px;
	}
	h2{
		font-size: 20px;
		color: #fff;
		margin: 0;
		font-family: inherit;
	}
	.footer-love {
		position: absolute;
		color: #fff;
		right: 0;
		bottom: 0;
		padding-right: 20px;
		padding-bottom: 5px;
	}
	.footer-love a{
		text-decoration: none;
		color: #fff;
	}
	.footer-love a:hover{
		color: #3BB9FF;
	}
	/* Icons style start here */
	.ucmm-social-icons{
		position: absolute;
		bottom: 30px;
		width: 100%;
		left: 0;
	}
	.ucmm-icon{
		width: 40px;
		height: 40px;
		display: inline-block;
		line-height: 40px;
		border-radius: 50%;
		margin: 5px;
	}
	.ucmm-icon .fab{
		color: #fff;
		vertical-align: middle;
		font-size: 18px;
		line-height: 40px;
	}
	.ucmm-facebook-icon{
		background: #3b5998;
	}
	.ucmm-twitter-icon{
		background: #0084b4;
	}
	.ucmm-linkedin-icon{
		background: #0077B5;
	}
	.ucmm-google-icon{
		background: #d34836;
	}
	.ucmm-youtube-icon{
		background: #FF0000;
	}
	.ucmm-instagram-icon{
		background: #3f729b;
	}
	.ucmm-pinterest-icon{
		background: #C92228;
	}
	.ucmm-codepen-icon{
		background: #000;
	}

	/*----- schedule time-----*/
	.ucmm_schedule_time{
		padding-top: 15px;
		font-size: 50px;
		color: #fff;
}
@media only screen and (max-width: 600px) {
	h1{
		font-size:40px;
	}
}

		</style>

</head>
<body>
	<div class="ucmm-logo">

	 <img src="" style="display:none"  >

		<h1>
		Commando 999		</h1>
		<h2> 
		New website under construction.		 </h2>

	</div>

	<div class="ucmm_schedule_time">
	
		</div>
	<div class="ucmm-social-icons">
	<a class="ucmm-facebook-icon ucmm-icon" href="https://www.facebook.com/bootneckfamily"><i class="fab fa-facebook-f"></i></a><a class="ucmm-instagram-icon ucmm-icon" href="https://www.instagram.com/yompandyaffle/"><i class="fab fa-instagram"></i></a>
	</div>
	
</body>

<script>

   
	 

// Set the date we're counting down to.
var endDate = "January 1, 1970 00:00:00";
var countDownDate = new Date( endDate ).getTime();

// Update the count down every 1 second
var x = setInterval(function() {

  // Get today's date and time
  var currentTime = new Date().toLocaleString("en-US", {timeZone: ""})
	
	var now = new Date( currentTime ).getTime();
  // Find the distance between now and the count down date
  var distance = countDownDate - now;

  // Time calculations for days, hours, minutes and seconds
  var days = Math.floor(distance / (1000 * 60 * 60 * 24));
  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( days >   0 ){
		days = days + "d "
	}else{
		days = ''
	}
  // Display the result in the element with id="demo"
  document.querySelector('.ucmm_schedule_time').innerHTML = days + hours + "h "
  + minutes + "m " + seconds + "s ";

  // If the count down is finished, write some text 
  if (distance < 0) {
	clearInterval(x);
	document.querySelector('.ucmm_schedule_time').innerHTML = "Website is now live. You will be redirect to homepage shortly. If you not redirect please refresh page. ";
	window.location.reload();
	}
}, 1000);

</script>
</html>
