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

10 lines
178 B
PHP
Executable File

@extends('errors.layout')
@section('title')
Be right back.
@endsection
@section('content')
We are currently performing maintenance. Please try again later!
@endsection