2023-03-03 15:54:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2023-12-21 08:30:21 +00:00
|
|
|
|
2023-03-03 15:54:28 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-03-14 19:25:27 +00:00
|
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
|
|
|
|
<!-- <link rel="icon" href="/apps/theming/favicon/settings?v=ad28c447"> -->
|
2023-12-21 08:30:21 +00:00
|
|
|
<input type="hidden" id="initial-state-firstrunwizard-desktop"
|
|
|
|
value="Imh0dHBzOi8vZ2l0ZWEuZ2VvbG9naWUuYWMuYXQvZ2VvbGJhL3RldGh5cy5iYWNrZW5kIg==">
|
2024-03-14 19:25:27 +00:00
|
|
|
@routes('test')
|
2023-03-03 15:54:28 +00:00
|
|
|
</head>
|
2023-12-21 08:30:21 +00:00
|
|
|
|
2023-03-03 15:54:28 +00:00
|
|
|
<body>
|
2024-03-14 19:25:27 +00:00
|
|
|
@inertia({ as: 'div', class: 'h-full' })
|
|
|
|
|
|
|
|
@entryPointStyles('app')
|
|
|
|
@entryPointScripts('app')
|
2023-03-03 15:54:28 +00:00
|
|
|
</body>
|
2023-12-21 08:30:21 +00:00
|
|
|
|
|
|
|
</html>
|