2025-01-20 13:59:35 +03:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{{ $title ?? 'Todo Manager' }}</title>
|
2025-01-20 16:57:48 +03:00
|
|
|
<link rel="stylesheet" href="/build/assets/app-VAjrHIxo.css">
|
2025-01-20 13:59:35 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Todos</h1>
|
|
|
|
<hr/>
|
|
|
|
{{ $slot }}
|
|
|
|
</body>
|
|
|
|
</html>
|