|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/fasthelp.cc/inc/ | |
|
Path: /home2/outerorb/fasthelp.cc/inc/head.php
Size: 921 B
Permissions: 0666
<?php
// Base URL for assets when site is hosted in a subfolder.
// Set by the page (index.php/info.php/contact.php).
$baseUrl = $baseUrl ?? '';
if (!is_string($baseUrl)) {
$baseUrl = '';
}
?>
<meta charset="utf-8">
<meta name="author" content="FastHelp Inc.">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="<?php echo htmlspecialchars($baseUrl, ENT_QUOTES, 'UTF-8'); ?>css/style.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="<?php echo htmlspecialchars($baseUrl, ENT_QUOTES, 'UTF-8'); ?>img/fasthelp.png">