Domain: amberpublishers.in
Server Adress: 86.38.243.169
privdayz.com
<?php require 'include/PHPHelper.php'; ?>
<!DOCTYPE html>
<html lang="en">
<?php include 'include/head.php'; ?>
<body>
<?php include 'include/header.php'; ?>
<main id="contact">
<h1 class="lg-heading">
Contact
<span class="text-secondary">Me</span>
</h1>
<h2 class="sm-heading">
This is how you can reach me...
</h2>
<div class="boxes">
<div>
<span class="text-secondary">Email: </span><a href="mailto:[email protected]"> [email protected]
</div>
<div>
<span class="text-secondary">Phone: </span><a href="tel:+919450430095"> +91-9450430095</a>
</div>
<div>
<span class="text-secondary">Address: </span> Lucknow, India
</div>
</div>
</main>
<?php include 'include/footer.php'; ?>
</body>
</html>
