misc_pterodactyl-panel/resources/views/templates/auth/core.blade.php

10 lines
210 B
PHP
Raw Normal View History

@extends('templates/wrapper', [
'css' => ['body' => 'bg-neutral-900']
])
@section('container')
2019-06-22 20:53:41 +00:00
<div class="w-full max-w-xs sm:max-w-md m-auto mt-8">
<div id="app"></div>
</div>
@endsection