2023-03-03 15:54:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-12-15 16:17:33 +00:00
|
|
|
{{-- <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"> --}}
|
2023-03-03 15:54:28 +00:00
|
|
|
|
|
|
|
@routes
|
|
|
|
@entryPointStyles('app')
|
|
|
|
@entryPointScripts('app')
|
|
|
|
|
|
|
|
{{-- <title>myapp</title> --}}
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
@inertia()
|
|
|
|
</body>
|
|
|
|
</html>
|