Skip to content

Commit

Permalink
chore: update welcome blade file
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Aug 23, 2023
1 parent 69cdf8c commit 06ed6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ getenv('APP_NAME') ?? 'Leaf MVC' }}</title>
<link rel="shortcut icon" href="https://leafphp.dev/logo-circle.png" type="image/x-icon">

{{-- assets() points to the public/assets folder --}}
<link rel="stylesheet" href="{{ assets('css/styles.css') }}">

{{-- ViewsPath() points to app/views --}}
<link rel="stylesheet" href="{{ ViewsPath('css/app.css') }}">

<link rel="stylesheet"
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">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
Expand Down

0 comments on commit 06ed6e7

Please sign in to comment.