
<!DOCTYPE html>
<html>
<head>
	
	<title>Upgrade in progress!</title>
	
	<style>
		body {
			font-family: arial, sans-serif;
			text-align: center;
			color: #999;
		}		
		
		
		
		h6 {
			font-size: 29px;
			margin: 0;
		}
		p {
			font-size: 22px;
			margin: 0;
			line-height: 25px;
		}	
		
		img, h6 {
			margin-top: 45px;
		}	
		
	</style>
</head>

<body>
	
	<img src="www.sneakersnstuff.com.png" />
	
	
	<h6>Hi!</h6>
	<p>We’re working on some upgrades for the store.</p>
	<p>Stay put, we’re ready in a moment.</p>
	
</body>