MOON
Server: Apache
System: Linux ip-208-109-13-31.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els4.x86_64 #1 SMP Sat Aug 31 06:58:57 UTC 2024 x86_64
User: durgeshpandey215 (1013)
PHP: 8.1.29
Disabled: NONE
Upload Files
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>