File: /home/durgeshpandey215/www/zeeroprice.skilladders.com/contact-us.php
<? require "application_top.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Contact Us</title>
<? require "scripts.php";?>
</head>
<body>
<? $pagename = "contact-us"; require "header.php";?>
<h1>Contact Us</h1>
<div class="w3-card w3-white">
<div class="w3-row w3-padding">
<div class="w3-col m12">
<!--following 2 lines prevent chrome to autofil saved username n password -->
<br/>
Write to us at admin@zeeroprice.com<br/>
<br/>
<b>For Sellers</b><br/>
admin@zeeroprice.com
<br/><br/>
<b>For Customers</b><br/>
admin@zeeroprice.com
<br/><br/>
</div>
</div>
</div>
<br/><br/>
<? include "footer.php";?>
</body>
</html>