File: D:/HostingSpaces/SBogers72/glashelder.pro/app/views/layouts/404.blade.php
<!doctype html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable=no" />
<title>Pagina niet gevonden | Glashelder. Tekst & Communicatie</title>
<meta name="description" content="Tekstschrijver nodig in regio Eindhoven? Ontdek Glashelder. Tekst & Communicatie, voor copywriting, SEO-teksten, eindredactie en communicatieadvies.">
<meta name="robots" content="noindex" />
<link href="/favicon.ico" type="image/ico" rel="shortcut icon"/>
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="/img/favicons/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/style.css"/>
<link rel="stylesheet" href="/css/mobile.css"/>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script src="js/stellar.min.js"></script>
<!--[if lt IE 10]>
<link rel="stylesheet" href="/css/ie9.css"/>
<![endif]-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="/js/svg.js"></script>
<link rel="stylesheet" href="/css/ie8.css"/>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64830705-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="error-page">
@include('partials.header', ['toHome' => true])
<section id="home">
<div class="content">
<div class="floating-panel" align="center">
<h2>Pagina niet gevonden</h2>
<p>De pagina die je hebt opgevraagd kan helaas niet gevonden worden.<br/>Onze excuses voor het ongemak.</p>
<p><a href="{{url('/')}}" class="button">Ga naar onze homepagina</a></p>
</div>
</div>
</section>
@include('partials.cookieMessage')
@include('partials.footer')
<script src="js/jOnScreen.js"></script>
<script src="js/main.js"></script>
<script src="js/mobile.js"></script>
</body>
</html>