<html>
<head>
	<title>This website is currently being updated</title>
	<link rel="stylesheet" type="text/css" href="//cloud.typography.com/6853292/715224/css/fonts.css">
		<meta http-equiv="refresh" content="5">
		<style type="text/css">
		body {
			font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', sans-serif;
			background-color: #FFFFFF;
		}
		section {
			padding-top: 50px;
			width: 660px;
			height: 500px;
			margin: 0 auto; 
			text-align: center;
		}
		h1 {
			color: #222222;
			font-size: 48px;
			font-weight: 500;
		}
		p {
			font-size: 25px;
			color: #5d6974;
			font-weight: 300;
		}
		a:active, a:link, a:visited, a:hover {
			text-decoration: underline;
			color: #24ad47;
		}
	</style>
</head>
<body>
	<section>
		<img src="/public/css/hybrid/hemsida24.se/images/sadsmiley.png" width="150" height="auto">
		<h1>This website is currently being updated</h1>
		<p>The website will be available again shortly. This page will automatically refresh.</p>
		<br><br>
		<a href="//www.hemsida24.se/">Go to our frontpage</a>
	</section>
</body>                
</html>