summaryrefslogtreecommitdiff
path: root/contact.html
blob: 086d1a3f8bfaa668568cf6ec64e1945ee07280ef (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
<!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="left" class="rightFloat">

  <table>
    <tr>

      <td valign="top" STYLE="padding-right:64px">

        <h4>Phone</h4>
          +1&nbsp;415&nbsp;462&nbsp;1624<br><br>

        <h4>Fax</h4>
          +1&nbsp;866&nbsp;491&nbsp;2775<br><br>

        <h4>Mailing&nbsp;address</h4>
          Freeside&nbsp;Internet&nbsp;Services,&nbsp;Inc.<br>
          12515&nbsp;Northwoods&nbsp;Blvd.<br>
          Unit&nbsp;#1<br>
          Truckee,&nbsp;CA&nbsp;&nbsp;96161<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><br>

    </tr>
  </table>

</div>

{ include('elements/footer.html'); }