Files
newznab-tmux/resources/views/errors/404.blade.php
T
2018-05-22 10:23:57 +02:00

10 lines
194 B
PHP
Executable File

@extends('errors.layout')
@section('title')
HTTP/1.1 404 Not Found
@endsection
@section('content')
We could not find page you are looking for. The page does not exist.
@endsection