2024-05-01 10:03:39 +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-10-31 12:48:39 +03:00
|
|
|
|
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
|
2024-05-07 11:41:41 +03:00
|
|
|
|
<title>Журнал ТО</title>
|
2024-05-01 10:03:39 +03:00
|
|
|
|
@vite('resources/app.js')
|
|
|
|
|
@vite('resources/css/app.css')
|
|
|
|
|
</head>
|
|
|
|
|
<body class="antialiased">
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|