add favicon
parent
f9563d529a
commit
cb79feadeb
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -1,5 +1,6 @@
|
||||||
@layout('content.master')
|
@layout('content.master')
|
||||||
@section('head')
|
@section('head')
|
||||||
|
<title>Areya Energy</title>
|
||||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||||
@stop
|
@stop
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta name="checkout" content="{{url('/checkout')}}">
|
<meta name="checkout" content="{{url('/checkout')}}">
|
||||||
<meta name="get-contents" content="{{url('/contents/all')}}">
|
<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.meta")
|
||||||
@insert("content.includes.css")
|
@insert("content.includes.css")
|
||||||
@yield('head')
|
@yield('head')
|
||||||
|
|
Loading…
Reference in New Issue