mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
12 lines
No EOL
217 B
PHP
12 lines
No EOL
217 B
PHP
@extends('shared._app_layout')
|
|
|
|
@section('app_content')
|
|
<h1>400 - Invalid Request</h1>
|
|
<p>Your request was invalid.</p>
|
|
@endsection
|
|
|
|
@section('app_scripts')
|
|
<script>
|
|
window.pfm.error = 400;
|
|
</script>
|
|
@endsection |