39 lines
1.0 KiB
PHP
39 lines
1.0 KiB
PHP
<?PHP
|
|
|
|
require_once "./admin/db/config.php";
|
|
|
|
|
|
?>
|
|
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<?PHP include './includes/links.php'; ?>
|
|
<link rel="canonical" href="<?php echo $BASE_URL; ?>/events">
|
|
<title>Tech4Biz Solutions: Excellence Guaranteed at Events</title>
|
|
<meta name="description" content="Arrange and execute on promotions and events to establish long brand impressions and cultivate deep relationships with your target market.// Discover how Tech4Biz ensures excellence at every event. Unlock valuable insights and experiences that drive success in your business!"/>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<?PHP include './includes/spinner.php'; ?>
|
|
|
|
<?PHP include './includes/header.php'; ?>
|
|
|
|
|
|
|
|
<div class="event-area pt-100 pb-70">
|
|
<div class="container position-relative">
|
|
<div class="row">
|
|
<p class="event-title">Due to COVID-19, our events calendar is on hold. Be safe and stay healthy.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?PHP include './includes/footer.php'; ?>
|
|
|
|
<?PHP include './includes/scripts.php'; ?>
|
|
</body>
|
|
</html>
|