Files
newznab-tmux-NNTmux/resources/views/errors/404.blade.php
T
2025-12-29 23:09:44 +01:00

6 lines
124 B
PHP

@extends('errors.minimal')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))