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

22 lines
No EOL
638 B
PHP

<!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 -->
<link rel="icon" type="image/svg+xml" href="/vite.svg">
<!-- Built React CSS -->
<link rel="stylesheet" href="/assets/index-BVZJGwOp.css">
</head>
<body>
<div id="root"></div>
<!-- Built React JS -->
<script type="module" src="/assets/index-CLe1lYXi.js"></script>
</body>
</html>