mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Initial Commit of Files
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
This commit is contained in:
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 New Issue
Block a user