2024-04-18 08:40:40 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-04-18 08:48:56 +03:00
|
|
|
<title>Сегодня пятница?</title>
|
2024-04-18 08:41:12 +03:00
|
|
|
@vite('resources/friday.js')
|
2024-04-18 08:40:40 +03:00
|
|
|
@vite('resources/css/app.css')
|
|
|
|
</head>
|
|
|
|
<body class="antialiased">
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|