Fixes
This commit is contained in:
@@ -24,6 +24,6 @@ class HomeController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
return view('Shop.home');
|
return view('shop.home');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div id="desktop_logo">
|
<div id="desktop_logo">
|
||||||
<h1>
|
<h1>
|
||||||
<a href="">
|
<a href="">
|
||||||
<img class="logo img-responsive" src="img/logo.png" alt="Demo Shop">
|
<img class="logo img-responsive" src="img/logo.png" alt="Demo">
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
|
|
||||||
<title>OpenSemis</title>
|
<title>OpenSemis</title>
|
||||||
<meta name="description" content="Boutique propulsée par PrestaShop">
|
<meta name="description" content="Boutique propulsée par HumaN.E.T">
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||||
|
|
||||||
<title>OpenSemis</title>
|
<title>OpenSemis</title>
|
||||||
<meta name="description" content="Boutique propulsée par PrestaShop">
|
<meta name="description" content="Boutique propulsée par HumaN.E.T">
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user