add favicon

master
= 2022-09-07 08:22:43 +02:00
parent f9563d529a
commit cb79feadeb
3 changed files with 2 additions and 0 deletions

BIN
assets/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,5 +1,6 @@
@layout('content.master')
@section('head')
<title>Areya Energy</title>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
@stop
@section('content')

View File

@ -3,6 +3,7 @@
<head>
<meta name="checkout" content="{{url('/checkout')}}">
<meta name="get-contents" content="{{url('/contents/all')}}">
<link rel="icon" type="image/x-icon" href="{{storage('assets/images/favicon.ico')}}">
@insert("content.includes.meta")
@insert("content.includes.css")
@yield('head')