This commit is contained in:
Fahim 2021-09-09 21:13:18 +06:00
parent 94dd9bccde
commit df0391efdf
3 changed files with 5 additions and 0 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: vendor/bin/heroku-php-apache2 public/

BIN
public/images/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B

View File

@ -3,8 +3,12 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>@yield('title') || {{ config('app.name') }}</title> <title>@yield('title') || {{ config('app.name') }}</title>
<meta content="Fahim Anzam Dip" name="author">
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<!-- Favicon -->
<link rel="icon" href="{{ asset('images/favicon.png') }}">
@include('includes.main-css') @include('includes.main-css')
</head> </head>