Pony.fm/app/views/errors/404.blade.php

12 lines
230 B
PHP
Raw Normal View History

2013-09-01 23:54:33 +02:00
@extends('shared._app_layout')
@section('app_content')
<h1>404 - Not Found</h1>
<p>We could not find what you were looking for.</p>
@endsection
@section('app_scripts')
<script>
window.pfm.error = 404;
</script>
@endsection