|
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/ | |
|
Path: /home2/outerorb/fasthelp.cc/contact.php
Size: 1.82 KB
Permissions: 0666
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php $baseUrl = rtrim(dirname($_SERVER['SCRIPT_NAME']), '/\\') . '/'; ?>
<title>Contact Fasthelp | Get in Touch</title>
<meta name="description" content="Contact Fasthelp for IT Assistance. Send us a message and our specialists will get back to you.">
<meta name="keywords" content="Fasthelp contact, IT Assistance, technical help">
<meta name="author" content="FastHelp Inc.">
<meta name="robots" content="index, follow">
<?php include('inc/head.php') ?>
</head>
<body>
<div class="wrapper">
<header>
<?php include('inc/header.php') ?>
</header>
<div class="banner">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-12 col-lg-9">
<h1 class="mb-3">Contact Us</h1>
<h3 class="mb-4">Feel free to contact us using the information below</h3>
<div class="d-flex gap-2 justify-content-center flex-wrap">
<a href="#contact" class="btn btn-primary btn-lg">Get in Touch</a>
<a href="info.php" class="btn btn-outline-light btn-lg">View Info</a>
</div>
</div>
</div>
</div>
</div>
<section class="contact" id="contact">
<?php include('inc/contact_section.php') ?>
</section>
<footer>
<?php include('inc/footer.php') ?>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<?php include('inc/footer_js.php') ?>
</body>
</html>