mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
12 lines
No EOL
222 B
PHP
12 lines
No EOL
222 B
PHP
@extends('shared._app_layout')
|
|
|
|
@section('app_content')
|
|
<h1>400 - Server Error</h1>
|
|
<p>There was an error in the server.</p>
|
|
@endsection
|
|
|
|
@section('app_scripts')
|
|
<script>
|
|
window.pfm.error = 500;
|
|
</script>
|
|
@endsection |