<!DOCTYPE html>
<html>
<head>
<title>FUNKYPLUMBO</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://dzm0kbaskt4pv.cloudfront.net/front/css/all.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body class="error-page error404">
	<div class="wrapper">
		<div class="main">
			<div class="container-fluid">
				<div class="row">
					<div class="col-md-12 text-center error-content">
						<h1>Error </h1>
						<h2>Oops Looks like this page doesn't exist.</h2>
						<a href="http://funkyplumbo.com/login" class="btn btn-black"><i class="fa fa-arrow-left"></i> Back to Home</a>
					</div>
				</div>
			</div>
		</div>
	</div>

</body>

</html> 

