Arno Kaimbacher
87e9314b00
Some checks failed
CI Pipeline / japa-tests (push) Failing after 51s
- added lime color inside tailwind.config.js - added some utilities scripts needed for components - npm updates - changed postcss.config.js for nesting css styles - added about function to NavBar.vue
27 lines
643 B
Plaintext
27 lines
643 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<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"> --}}
|
|
<input type="hidden" id="initial-state-firstrunwizard-desktop"
|
|
value="Imh0dHBzOi8vZ2l0ZWEuZ2VvbG9naWUuYWMuYXQvZ2VvbGJhL3RldGh5cy5iYWNrZW5kIg==">
|
|
|
|
@routes
|
|
@entryPointStyles('app')
|
|
@entryPointScripts('app')
|
|
|
|
{{-- <title>myapp</title> --}}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
@inertia()
|
|
</body>
|
|
|
|
</html> |