Removed /usr/local from CDPATH
[clearscm.git] / web / contact.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7
8   <title>ClearSCM: Contact Information</title>
9
10   <link rel="stylesheet" type="text/css" media="screen" href="/css/Article.css">
11   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
12   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
13
14   <!-- Google Analytics
15   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
16   </script>
17   <script type="text/javascript">
18     _uacct = "UA-89317-1";
19     urchinTracker ();
20   </script>
21   Google Analytics -->
22
23   <?php
24   include "clearscm.php";
25   menu_css ();
26   ?>
27 </head>
28
29 <body>
30
31 <?php heading ();?>
32
33 <div id="page">
34   <div id="content">
35     <center>
36
37     <iframe src="businesscard.html" frameborder="0" width="100%" height="260"></iframe>
38     </center>
39   </div> <!-- content -->
40
41   <?php copyright ();?>
42 </div>
43
44 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
45
46 </body>
47 </html>