<!doctype html>
<html lang="en">
	<head>
		<title>andrei gheorghe, developer</title>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta http-equiv="refresh" content="3;url=http://idevelop.ro/">

		<link href="css/reset.css" rel="stylesheet" />
		<link href="css/screen.css" rel="stylesheet" />
		<link href="css/mobile.css" rel="stylesheet" media="screen and (max-width: 640px)" />
	</head>
	<body class="notfound">
		<div id="notfound" class="card">
			<p>I redesigned my website.</p>
			<p>You will be redirected to the homepage in a moment.</p>
		</div>

		<script>
			var _gaq = _gaq || [];
			_gaq.push(['_setAccount', 'UA-38773220-1']);
			_gaq.push(['_trackPageview']);

			(function() {
				var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
				ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
				var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
			})();
		</script>
	</body>
</html>