updated connection for fonts

This commit is contained in:
franknstayn
2021-07-19 22:31:00 +08:00
parent 145ea90974
commit 526312c804
2 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
<?php <?php
header("Content-type: text/css; charset: UTF-8"); header("Content-type: text/css; charset: UTF-8");
// database connection // database connection
$host = "localhost"; $host = '34.122.115.171';
$username = "root"; $username = 'root';
$password = ""; $password = 'P@$$w0rd123';
$db = "custom_design"; $db = 'merchbay_laravel';
// database connection // database connection
try{ try{
$conn = new PDO("mysql:host=$host;dbname=$db",$username,$password); $conn = new PDO("mysql:host=$host;dbname=$db",$username,$password);

View File

@@ -16,7 +16,7 @@
<ul class="nav navbar-nav navbar-right navbar-nav-custom"> <ul class="nav navbar-nav navbar-right navbar-nav-custom">
<li style="font-size: 14px;"> <li style="font-size: 14px;">
<a href="{{ url('teamstore') }}"><span style="text-transform:uppercase;">Team Store</span></a> <a href="{{ url('/') }}"><span style="text-transform:uppercase;">Stores</span></a>
</li> </li>
<li style="font-size: 14px;"> <li style="font-size: 14px;">