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/SBogers75/roost-interieurbouw.nl/app/views/layouts/pages/404page.blade.php
@extends('layouts.pages.page')

@section('content')
    <div class="main-content row no-slider">

        <section class="row text-row">
           <div class="zebra2">

            <h2>404 Page Not found</h2>
            <p>De pagina die je hebt opgevraagd kan helaas niet gevonden worden. Onze excuses voor het ongemak.</p>

                <p>Ga terug naar <a href="/">onze homepagina</a>.

            </p>
           </div>
        </section>

        <section class="row contact-row">
            @include('layouts.partials.contact')
        </section>

    </div>
@endsection

@section('extraJS')
    <script type="text/javascript">
        $(function() {

            enableScroll();
            $('.logo').addClass('no-after-animations');
            $('.top-bar').addClass('no-after-animations');
            $('.yellow-bar').addClass('no-after-animations');
        });
    </script>
@endsection