Finalize login page!

This commit is contained in:
Dane Everitt 2018-04-08 15:46:32 -05:00
parent d63624f607
commit 6d970a4cc3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
10 changed files with 40 additions and 16 deletions

View file

@ -1,6 +1,6 @@
<html>
<head>
<title>{{ config('app.name', 'Pterodactyl') }} - @yield('title')</title>
<title>{{ config('app.name', 'Pterodactyl') }}</title>
@section('meta')
<meta charset="utf-8">
@ -23,7 +23,7 @@
</div>
<router-view></router-view>
<p class="text-center text-grey text-xs">
&copy; 2015 - {{ date('Y') }} Pterodactyl Software
{{ trans('strings.copyright', ['year' => date('Y')]) }}
</p>
</div>
</div>