HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/tandartsmaas.komma.pro/app/views/layouts/pages/404.blade.php
@extends('layouts.master')

@section('content')

    <section class="panel table">
        <div class="column w5 image-holder table-cell">
            <img src="/images/static/about_patty_patient.jpg" alt="Tandarts Maas met patient" class="fill preload max-width-800" data-origin="center left" />
        </div>
        <div class="column w7 table-cell">
            <article class="text-panel">
                <h1>Pagina niet gevonden</h1>

                <p>
                    De pagina die je hebt opgevraagd kan helaas niet gevonden worden. Onze excuses voor het ongemak.
                </p>
                <p>
                    Kijk op onze <a href="/sitemap">sitemap</a> om de pagina te vinden die je zocht of ga naar
                    onze <a href="/">homepagina</a>.
                </p>

            </article>
        </div>
    </section>
@stop