Files
newznab-tmux/resources/views/errors/404.blade.php
T
2017-08-30 12:42:23 +02:00

10 lines
253 B
PHP

@extends('errors.layout)
@section('title')
HTTP/1.1 404 Not Found
@endsection
@section('content')
We could not find page you are looking for. <br> Monkeys are hard at work to find it for you! <br> Or you could try on your own.
@endsection