<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

	<head>
		<title>Hudson Music - We'll be Right Back!</title>
		<style>
			body, html {
				background: #000;
				color: #fff;
				width: 100vw;
				height: 100vh;
				font-family: sans-serif;
			}
			
			.container {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				align-content: center;
				height: 100vh;
				text-align:center;
			}

			.container > * {
				width: 100%
			}
						
			img {
				display: block;
				max-width: 350px;
			}
		</style>
		
	</head>
	<body>

		<div class="container">
			<img src="https://hudsonmusic.com/wp-content/uploads/hudson-logo-1.png">
			<h2>We'll be Right Back!</h2>
		</div>
	</body>
</html>