tethys.backend/resources/views/app.edge
Arno Kaimbacher 87e9314b00
Some checks failed
CI Pipeline / japa-tests (push) Failing after 51s
- added NcModal.vue, NcActions.vue, NcButton.vue, FirstrunWizard.vue, Card.vue, Page0.vue, Page1.vue, Page2.vue, Page3.vue and some icons
- 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
2023-12-21 09:30:21 +01:00

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>