File: /home/rtbrisc/public_html/index.php
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><!--<![endif]-->
<?php include_once('general/head.php'); ?>
<body class="header-sticky">
<section class="loading-overlay">
<div class="Loading-Page">
<h2 class="loader">Loading...</h2>
</div>
</section>
<!-- Boxed -->
<div class="boxed">
<?php include_once('general/top.php'); ?>
<?php include_once('general/brand.php'); ?>
<?php include_once('general/header.php'); ?>
<?php include_once('general/sliders2023.php'); ?>
<?php include_once('general/business.php'); ?>
<?php include_once('general/brands.php'); ?>
<!-- <?php //include_once('general/ournews.php'); ?> -->
<?php include_once('general/whyus.php'); ?>
<?php include_once('general/clients.php'); ?>
<?php include_once('general/quotes.php'); ?>
<?php include_once('general/subscribe.php'); ?>
<?php include_once('general/footer.php'); ?>
<!-- Go Top -->
<a class="go-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<?php include_once('general/script.php'); ?>
<script>
$(document).ready(function(){
$("#corona").modal('show');
});
</script>
</body>
</html>