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