ui: fix devtools issue with missing DOCTYPE
This commit is contained in:
parent
7b3c71f6a7
commit
1d290919b7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>{{ config('app.name', 'Pterodactyl') }}</title>
|
||||
|
||||
|
@ -32,7 +33,6 @@
|
|||
@show
|
||||
<style>
|
||||
@import url('//fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
|
||||
/*@import url('//fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap');*/
|
||||
@import url('//fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue