Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/foodbank.codeskitter.site/resources/views/errors/
Upload File :
Current File : /home/users/unlimited/www/foodbank.codeskitter.site/resources/views/errors/404.blade.php

<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="utf-8">

	<title>{{__('404')}}</title>

<link rel="stylesheet" href="{{ asset('css/404.css') }}">
</head>

<body>

	<div id="notfound">
		<div class="notfound">
			<div class="notfound-404">
				<h1>{{__('404')}}</h1>
				<h2>{{__('Page not found')}}</h2>
			</div>
			<a href="{{route('home')}}">{{__('Homepage')}}</a>
		</div>
	</div>

</body>

</html>