2021-04-09 21:28:49 -07:00

29 lines
866 B
Plaintext

<cfset pagetitle = "Contact Us">
<cfinclude template="../templates/Header.cfm">
<table cellpadding="10" border="0">
<tbody>
<tr>
<td valign="top" width="50%">
<h3>How to get in contact with us</h3>
<span>You can kindly reach us via post at the following address:</span><br>
<br>
<span>1198 South Sixth Street, Suite J, San Jose, California, United States</span><br>
<br>
<span>By telephone:</span><br>
<span>+1 925-765-8478</span><br>
<br>
<span>By webmail:</span><br>
<span>mylesl@howfeed.biz</span><br>
<span>vincentmiannelli@howfeed.biz</span><br>
<span>webmaster@howfeed.biz</span>
</td>
<td valign="top" width="50%" style="float: right;">
<img src="/assets/ringring.gif" height="100">
</td>
</tr>
</tbody>
</table>
<cfinclude template="../templates/Footer.cfm">