mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 22:01:33 +00:00
9 lines
158 B
PHP
Executable File
9 lines
158 B
PHP
Executable File
@extends('errors.layout')
|
|
|
|
@section('title')
|
|
Too many requests.
|
|
@endsection
|
|
|
|
@section('content')
|
|
Too many requests, retry after 5 seconds!
|
|
@endsection |