mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-26 22:09:45 -06:00
15 lines
312 B
PHP
15 lines
312 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title')
|
|
Error 444
|
|
@stop
|
|
|
|
@section('container')
|
|
<h1 class="mt-5 text-center">
|
|
<i class="fa fa-exclamation-circle text-warning"></i> Error 444
|
|
</h1>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<p class="text-center">CONNECTION CLOSED WITHOUT RESPONSE.</p>
|
|
@stop |