1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00
polr/resources/views/errors/404.blade.php
2016-01-18 18:23:33 -05:00

7 lines
108 B
PHP

@extends('layouts.base')
@section('content')
<h1>404</h1>
<p>This page could not be found.</p>
@endsection