blob: c0c126e57383ed42d50047bf9e83448d3a99a2fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Contact Freeside Internet Services, Inc.</title>
{ include('elements/header.html'); }
<div id="header3"></div>
<div id="content">
<center><h6>Contact us</h6></center>
<p>
<!-- <img src="imgs/phone.gif" alt="" width="145" height="135" align="right" class="rightFloat"> -->
<table>
<tr>
<td valign="top" STYLE="padding-right:64px">
<h4>Phone</h4>
+1 415 462 1624<br><br>
<h4>Fax</h4>
+1 866 491 2775<br><br>
<h4>Address</h4>
Freeside Internet Services, Inc.<br>
9709 State Route 267<br>
Suite F<br>
Truckee, CA 96161-0369<br>
</td>
<td valign="top">
<h4>Sales</h4>
<a href="mailto:sales@sisd.com">sales@sisd.com</a><br><br>
<h4>Support</h4>
<a href="mailto:freeside-support@sisd.com">freeside-support@sisd.com</a><br>
<i>Customers only please! Others see <a href="developers.html">community support</a><br><br>
</tr>
</table>
</div>
{ include('elements/footer.html'); }
|