<!DOCTYPE html>
<html lang="en-US">
<!-- START HEAD -->
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width" />
	<title></title>
	<link rel="profile" href="https://gmpg.org/xfn/11" />
	<link rel="Shortcut Icon" type="image/x-icon" href="http://seacin.com/favicon.ico" />
	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab%3A300%2C400|Arial%3A300%2C400" type="text/css" />
	<link rel="stylesheet" href="http://seacin.com/wp-content/plugins/yith-maintenance-mode/assets/css/style-skin2.css" type="text/css" />
	<style type="text/css">
		body {
		background-color: #000000;
background-repeat: no-repeat;
background-position: top left;
background-attachment: scroll;		}

		.logo .tagline {
		color: #c5c5c5;
font-size: 17 px;
font-family: 'Roboto Slab';
font-weight: 400;
font-style: normal;
		}

		h1, h2, h3, h4, h5, h6 {
		color: #c5c5c5;
font-size: 23 px;
font-family: 'Roboto Slab';
font-weight: 400;
font-style: normal;
		}

		p, li {
		color: #c5c5c5;
font-size: 14 px;
font-family: 'Arial';
font-weight: 400;
font-style: normal;
		}

		.yit-box h3 {
		color: #c5c5c5;
font-size: 23 px;
font-family: 'Roboto Slab';
font-weight: 400;
font-style: normal;
		}

		form.newsletter input.text-field {
		color: #656565;
font-size: 14 px;
font-family: 'Roboto Slab';
font-weight: 400;
font-style: normal;
		}

		form.newsletter input.submit-field {
			background: #000000;
		color: #e1e1e1;
font-size: 17 px;
font-family: 'Roboto Slab';
font-weight: 400;
font-style: normal;
		}

		form.newsletter .submit:hover input.submit-field {
			background: #3f3f3f;
		}

		body { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center;
    height: 100vh; background-color: #000; color: #fff;   }
  .container { text-align: center; }
  img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.yit-box{ background-color: #000; }
.logo { display: none; }	</style>
</head>
<!-- END HEAD -->
<!-- START BODY -->
<body class="wp-custom-logo wp-theme-theme theme-theme woocommerce-no-js">

<div class="container">
	<a class="logo" href="http://seacin.com">
		<img src="" alt="Logo" />
			</a>

	<div class="yit-box">

		<div class="message">
			<div class="container">
  <img src="http://seacin.com/images/screenshot.jpg" alt=" ">
  <div>
    <h2>Sandbox Only</h2>
    <p>Testing Is Underway</p>
  </div>
</div>		</div>

		
	</div>

	<div class="socials">
																																													</div>

</div>

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
	<script type='text/javascript'>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<a href="#" class="back-to-top"> <div > 
<img src="/images/top-icon.png" />
 </div> </a>
<style>
.back-to-top svg {
    transform: scale(1);
}
.back-to-top {
    width: 50px;
    position: fixed;
    bottom: 0px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    z-index: 20;
}
.back-to-top.active-to-top {
    bottom: 10px;
    pointer-events: auto;
    opacity: 1;
}
html {
scroll-behavior: smooth;
}

</style>
<script>
const toTop = document.querySelector('.back-to-top');
window.addEventListener("scroll", () => {if(window.pageYOffset > 100) {toTop.classList.add('active-to-top')} else {toTop.classList.remove('active-to-top')} } );
</script>
</body>
</html>
