<!DOCTYPE html>
<html>
<head>
	<title>Dynamix Host</title>
	<meta charset="utf-8">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta name="robots" content="noindex, follow">

	<style>
		html {
			height: 100%;
		}
		body {
			height: 100%;
			font-family: helvetica, arial, sans-serif;
			margin: 0;
			padding: 0;
		}
		#wrapper {
			display: table;
			width: 100%;
			height: 100%;
		}
		#container {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}
		#container h2 {
			width: 60%;
			background-color: olivedrab;
			color: #fff;
			margin: 0 auto 3em auto;
			padding: 1em;
			border-radius: 10px;
		}
		#container img {
			max-width: 60%;
			max-height: 60%;
			border: 0;
		}
	</style>

</head>

<body>

<div id="wrapper">
	<div id="container">
		<h2>SSL Termination</h2>
		<a href="https://www.dynamixhost.com"><img src="https://www.dynamixhost.com/assets/img/logo/default_vhost.png" alt="Dynamix Host"></a>
	</div>
</div>

</body>

</html>