Cachet/app/views/errors/404.blade.php

9 lines
174 B
PHP
Raw Normal View History

@extends('layout.master')
@section('content')
<div class='jumbotron'>
<h1>This page is missing.</h1>
<p class='lead'>We've no idea.</p>
</div>
@stop