<!doctype html>
<html>
<head>
	<meta charset="UTF-8">
	<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
	<title>A.D.OR.A - Mise à jour</title>
	<style>
		body{
			margin-top: 60px;
			text-align: center;
			color: #595959;
			font-family: 'Source Sans Pro', sans-serif;
			font-size: 20px;
			font-weight: 100;
		}
	</style>
</head>
<body>
	<img src="/img/logo.png">
	<p>Le site revient dans quelques jours,<br> le temps d'une mise à jour.</p>
	<p>À très vite !</p>
</body>
</html>