1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-12 21:22:28 +01:00
polr/resources/views/errors/404.blade.php

7 lines
108 B
PHP
Raw Normal View History

@extends('layouts.base')
@section('content')
2015-11-06 00:16:55 +01:00
<h1>404</h1>
<p>This page could not be found.</p>
@endsection