mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
10 lines
254 B
PHP
Executable File
10 lines
254 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. <br> Monkeys are hard at work to find it for you! <br> Or you could try on your own.
|
|
@endsection
|