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

10 lines
169 B
PHP

@extends('errors.layout)
@section('title')
Be right back.
@endsection
@section('content')
Service temporarily unavailable. Please try again later!
@endsection