Initial Commit of Files
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
This commit is contained in:
commit
1489f7a694
154 changed files with 10159 additions and 0 deletions
16
resources/views/errors/404.blade.php
Normal file
16
resources/views/errors/404.blade.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
@extends('layouts.master')
|
||||
|
||||
@section('title', '404: Not Found')
|
||||
|
||||
|
||||
@section('right-nav')
|
||||
@endsection
|
||||
|
||||
@section('sidebar')
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<h1 style="text-align:center;">404 - File Not Found</h1>
|
||||
<p style="text-align:center;"><img src="{{ asset('images/404.jpg') }}" /></p>
|
||||
<p style="text-align:center;"><a href="{{ URL::previous() }}">Take me back</a> or <a href="/">go home</a>.</p>
|
||||
@endsection
|
Reference in a new issue