Add favicon
This commit is contained in:
@@ -11,11 +11,14 @@
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
|
||||
<!--<link rel="stylesheet" href="{{ asset('css/app.css') }}">-->
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="{{ asset('js/app.js') }}" defer></script>
|
||||
<!--<script src="{{ asset('js/app.js') }}" defer></script>-->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
|
||||
|
||||
<link rel="icon" href="{{ url('favicon.ico') }}">
|
||||
</head>
|
||||
<body>
|
||||
@include('layouts.navigation')
|
||||
|
Reference in New Issue
Block a user