Skip to content

Commit 06ed6e7

Browse files
committed
chore: update welcome blade file
1 parent 69cdf8c commit 06ed6e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/index.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>{{ getenv('APP_NAME') ?? 'Leaf MVC' }}</title>
88
<link rel="shortcut icon" href="https://leafphp.dev/logo-circle.png" type="image/x-icon">
9+
910
{{-- assets() points to the public/assets folder --}}
1011
<link rel="stylesheet" href="{{ assets('css/styles.css') }}">
12+
1113
{{-- ViewsPath() points to app/views --}}
1214
<link rel="stylesheet" href="{{ ViewsPath('css/app.css') }}">
15+
1316
<link rel="stylesheet"
1417
href="https://fonts.googleapis.com/css?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700;display=swap">
1518
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>

0 commit comments

Comments
 (0)