Files
newznab-tmux/resources/views/errors/maintenance.blade.php
T
2023-04-09 15:25:06 +02:00

6 lines
178 B
PHP

@extends('errors::minimal')
@section('title', __('Maintenance'))
@section('code', '503')
@section('message', __('We are performing maintenance tasks, please try again later.'))