This commit is contained in:
parent
f828ca4491
commit
cb51a4136f
167 changed files with 21485 additions and 21212 deletions
|
@ -4,24 +4,20 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{{--
|
||||
<link rel="icon" type="image/png" href="/favicon.ico"> --}}
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
{{--
|
||||
<link rel="icon" href="/apps/theming/favicon/settings?v=ad28c447"> --}}
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- <link rel="icon" href="/apps/theming/favicon/settings?v=ad28c447"> -->
|
||||
<input type="hidden" id="initial-state-firstrunwizard-desktop"
|
||||
value="Imh0dHBzOi8vZ2l0ZWEuZ2VvbG9naWUuYWMuYXQvZ2VvbGJhL3RldGh5cy5iYWNrZW5kIg==">
|
||||
|
||||
@routes
|
||||
@entryPointStyles('app')
|
||||
@entryPointScripts('app')
|
||||
|
||||
{{-- <title>myapp</title> --}}
|
||||
|
||||
@routes('test')
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@inertia()
|
||||
@inertia({ as: 'div', class: 'h-full' })
|
||||
|
||||
@entryPointStyles('app')
|
||||
@entryPointScripts('app')
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue