<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Time Appointments - New Website Launching Soon</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>

	body{
		background-color: #001c32;
		padding: 0;
		margin: 0;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		color: #fff;
	}
	
	.holding_inner{
		display: table;
		width: 350px;
		margin: 0 auto;
		
		height: 100vh;
	}
	.holding_inner_block{
		display: table-cell;
		vertical-align: middle;
	}
	
</style>	
	
</head>

<body>
	
	<div class="holding_inner">
		
	<div class="holding_inner_block">
	
	<img src="logo.jpg"/>
	
	<p>Please check back soon... our new website will be launching soon.</p>
		
		
	</div>	
		
	</div>
	
</body>
</html>
