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

10 lines
170 B
PHP
Executable File

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