Current File : /home/itiffy/public_html/storage/framework/views/c25c9ddc52fedca79033ac14214c31a91542beac.php |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Itiffy Hosting Landing Page</title>
<link rel="stylesheet" href="<?php echo e(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="<?php echo e(route('home')); ?>"><img src="<?php echo e(url('public/error_images')); ?>/return_to_home.png" width="461" height="424" alt=""></a>
<img src="<?php echo e(url('public/error_images')); ?>/404.png" width="552" height="382" alt="">
</div>
</div>
</div>
</body>
</html>