TKK_E32222868/resources/views/partials/head.blade.php

23 lines
596 B
PHP

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ $title ?? 'DFOOD Auth' }}</title>
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
<style>
input[type="radio"],
input[type="checkbox"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
button {
cursor: pointer;
}
</style>
@vite(['resources/css/app.css', 'resources/js/app.js'])
@fluxAppearance