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

22 lines
638 B
PHP
Raw Normal View History

2025-08-02 15:28:38 +02:00
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'FFR') }}</title>
<!-- Favicon -->
2025-08-03 01:34:11 +02:00
<link rel="icon" type="image/svg+xml" href="/vite.svg">
2025-08-02 15:28:38 +02:00
2025-08-03 01:34:11 +02:00
<!-- Built React CSS -->
<link rel="stylesheet" href="/assets/index-BVZJGwOp.css">
2025-08-02 15:28:38 +02:00
</head>
2025-08-03 01:34:11 +02:00
<body>
<div id="root"></div>
<!-- Built React JS -->
<script type="module" src="/assets/index-CLe1lYXi.js"></script>
2025-08-02 15:28:38 +02:00
</body>
</html>