Skip to content

Commit

Permalink
feat: add directory comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Aug 12, 2023
1 parent d6bd0b3 commit 69cdf8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<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">
Expand Down

0 comments on commit 69cdf8c

Please sign in to comment.