shell bypass 403
<?php
$page = 'Coastal Recreation - Home';
$pageDesc = '""';
include 'includes/header.php';
$page = 'home';
?>
<main>
<section class="main-banner loop-789">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="moona">
<div class="content">
<h2> Playground <span> equipment</span>
</h2>
<p>We are able to provide you commercial bike racks, custom bike racks, bike lockers and
custom space saver options for bike storage for your project. We are able to provide a
broad selection of bike storage options and we have worked with developers, architects,
schools, municipalities, churches supplying standard and custom bike storage options
that service the community.</p>
</div>
</div>
</div>
</div>
</div>
<img class="img-fluid waves-img" src="images/waves.png" alt="img">
</section>
<section class="mian-gallary">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-7">
<div class="main-1">
<img src="images/banner/1.png" class="img-fluid" alt="img">
</div>
</div>
<div class="col-12 col-md-5">
<div class="row mt-3">
<div class="col-12 col-md-12">
<div class="main-2">
<img src="images/banner/2.png" class="img-fluid" alt="img">
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-12 col-md-12">
<div class="main-2">
<img src="images/banner/3.png" class="img-fluid" alt="img">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="sung-theme">
<div class="container">
<div class="row align-items-center g-5">
<div class="col-12 col-md-6">
<div class="sung-img">
<img src="images/banner/5.jpg" class="img-fluid" alt="img">
</div>
</div>
<div class="col-12 col-md-6">
<div class="sung-text">
<h2>Sung Play - 1-3 </h2>
<p>We are able to provide you commercial bike racks, custom bike racks, bike lockers and custom
space saver options for bike storage for your project. We are able to provide a broad
selection of bike storage options and we have worked with developers, architects, schools,
municipalities, churches supplying standard and custom bike storage options that service the
community.</p>
</div>
</div>
</div>
</div>
</section>
<section class="main-leet" data-aos="fade-up" data-aos-duration="800" data-aos-easing="ease-in-out"
data-aos-offset="200">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10">
<div class="holder-18">
<div class="row align-items-center g-4">
<div class="col-md-6 col-12">
<h5>NEWLETTER</h5>
<h2>Get Latest Updates and Offers</h2>
<p>Sit consectetur vitae augue parturient vitae sit nulla. Sit in malesuada</p>
</div>
<div class="col-md-6 col-12">
<form action="">
<div class="newsletter-form">
<input type="email" placeholder="Email address" required>
<button type="submit">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
include 'includes/footer.php';
$page = 'home';
?>
</main>