fedi-feed-router/resources/views/layouts/app.blade.php

11 lines
132 B
PHP
Raw Normal View History

2025-06-29 18:33:18 +02:00
<html>
<head>
<title>Lemmy Poster</title>
</head>
<body>
@include('partials.navbar')
@yield('content')
</body>
</html>