-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
66 lines (56 loc) · 2.08 KB
/
contact.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Flomad - Contact</title>
<link href="style-faq.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24771257-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<div id="header">
<ul>
<li id="flomad"><h1><a href="index.html">Flomad</a></h1></li>
<li id="collab">Collaborative Storytelling</li>
<li id="logo"><img src="logo-header.jpg" alt="logo" /></li>
<li id="faq"><a href="faq.html">FAQ</a> / <a href="about.html">About</a></li>
</ul>
</div><!--end of header-->
<center><div id="content">
<div id="title">
<h2>Contact Us</h2>
</div>
<div id="main">
<p>We are always looking for feedback and ways to improve the site. If you have any questions or comments, please contact us through one of the following:</p>
</div>
<br /><br />
<table id="table">
<tr>
<td>E-mail</td><td> </td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr><td><br /></td></tr>
<tr>
<td>Physical Address</td><td> </td>
<td>4046 Spruce St,<br />Philadelphia, PA, 19104<br />USA</td>
</tr>
</table>
</div></center><!--end of content-->
<center><div id="footer">
<p>Go ahead. Be creative.</p>
<a href="contact.html">Contact</a> - <a href="advertise.html">Advertise</a> - <a href="invest.html">Invest</a><br />
© 2011 Flomad.com
</div></center><!--end of footer-->
</div><!--end of container-->
</body>
</html>