add icons and welcome page and readme

This commit is contained in:
2026-05-10 17:56:01 +03:30
parent 4c910cb8e8
commit ac940048d6
8 changed files with 329 additions and 190 deletions

View File

@@ -5,10 +5,6 @@
{{ filled($title ?? null) ? $title.' - '.config('app.name', 'Laravel') : config('app.name', 'Laravel') }}
</title>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
@fonts
@vite(['resources/css/app.css', 'resources/js/app.js'])