Current File : /home/itiffy/public_html/resources/views/errors/404.blade.php
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Itiffy Hosting Landing Page</title>
<link rel="stylesheet" href="{{ url('public/error_css')}}/style.css" type="text/css" />

</head>
<body>
	<div class="main_container">
    	<div class="sub_container">
   	    	<h1>Sorry, the page was not found!</h1>
            <p>The link you followed is probably broken,<br>
			or the page has been removed.</p>
            <div class="imgpart">
       	    	<a href="{{ route('home') }}"><img src="{{ url('public/error_images')}}/return_to_home.png" width="461" height="424" alt=""></a> 
            	<img src="{{ url('public/error_images')}}/404.png" width="552" height="382" alt=""> 
            </div>
      </div>
	</div>
</body>
</html>