
<!DOCTYPE HTML>
<html>
	<head>
		<title>404 Awesome Page Not Found</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<link rel="stylesheet" type="text/css" href="style.css" />
	</head>

	<body>
		<div id="header">404 Awesome Page Not Found</div>
		<div id="content">
			<p class="large">Oops!</p>
			<p>It looks like the page you were looking for is no longer available on this server.</p>

			<p>You can consider this as an opportunity to acquaint yourself with awesome new content:</p>

			<p>
				<a href="http://antoniolopes.info/blog">
					<div class="content-box">
						<img src="images/tony.jpg">
						<div class="content-box-text">
							<div class="content-box-text-title">My rambling weblog of things and … stuff</div>
							<div>
								Like reading other people's ramblings? Well, in that case, you'll love this weblog.
							</div>
						</div>
					</div>
				</a>
			</p>
			<p>
				<a href="http://mosaic.antoniolopes.info">
					<div class="content-box">
						<img src="images/photos.png">
						<div class="content-box-text">
							<div class="content-box-text-title">Mosaic Photo Browser</div>
							<div>
								Do you have an Instagram account? With Mosaic Photo Browser you can enjoy your photos with no distractions in a beautiful mosaic.
							</div>
						</div>
					</div>
				</a>
			</p>
			<p>
				<a href="http://chainreaction.antoniolopes.info">
					<div class="content-box">
						<img src="images/chainreaction.png">
						<div class="content-box-text">
							<div class="content-box-text-title">Chain Reaction</div>
							<div>
								Are you into games? Chain Reaction is a very addictive game where the goal is simple and the instructions even simpler.
							</div>
						</div>
					</div>
				</a>
			</p>
		</div>
	</body>

</html>