<html>
	<head>
		<style>
		.error{
		vertical-align: middle;
		}
		.error h4 a{
		text-decoration : none;
		color: #E73518;
		}
		.error h4 a:hover{
		text-transform: uppercase;
		}
		.error img
		{
		padding: 100px;
		}
		@media  only screen and (max-width : 768px){
		.error img{
		padding:50px;
		}
		}
		</style>
	   	<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
	</head>
	<body>
		<div align="center" class="error">
			<img src="app/images/images/error.png" alt="error 404" class="img-responsive">
			<h4><a href="/">Click Here</a> to find the page that DOES exist.</h4>
			<img src="app/images/images/logo.png" alt="Indiareads.com" href="/" class="img-responsive">
		</div>
	</body>
</html>