shell bypass 403
<%- include('./includes/header', {title: 'Thank You - Pioneer Reality' }) %>
<main>
<style>
.thank-you-section {
text-align: center;
padding: 50px 0;
}
.thank-you-section h2 {
font-size: 28px;
font-weight: 600;
}
.thank-you-section p {
font-size: 18px;
font-weight: 400;
margin-top: 15px;
}
.thank-you-section{
padding: 150PX 0;
}
.thank-you-section a {
display: inline-block;
margin-top: 20px;
padding: 10px 20px;
background-color: #182b17;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
}
</style>
<section class="thank-you-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Thank You!</h2>
<p>Your submission has been received successfully. We will get back to you soon.</p>
<a href="/sites/pioneer-reality/">Return to Home</a>
</div>
</div>
</div>
</section>
<%- include('./includes/footer') %>
</main>