D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
shreeganapatitrading.com
/
Filename :
style.php
back
Copy
<?php include'config.php'; include'admin/function.php'; $view_details = mysqli_query($conn, "SELECT * FROM company_details"); $details = ""; if ($view_details-> num_rows > 0) { $details = mysqli_fetch_assoc($view_details); } $company = $details['name']; ?> <head> <meta charset="utf-8"> <title><?php echo $company; ?> - <?php echo $page_title; ?></title> <!-- Stylesheets --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="images/sgt.png" type="image/x-icon"> <link rel="icon" href="images/sgt.png" type="image/x-icon"> <!-- Responsive --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> </head> <div class="cursor"></div>