-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·55 lines (43 loc) · 1.51 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>MonDemand</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="mondemand,monitoring,instrumentation"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="main">
<div id="topmenu">
<a href="/">introduction</a><a href="/docs.html">documentation</a><a href="/download.html">download</a><a href="/contact.html">contact</a>
</div>
<div id="header">
<span class="title">Mon<span class="darktitle">Demand</span></span><br/>
</div>
<div id="lefty">
<div class="menu">
<a href="#Contact">Contact Information</a>
</div>
</div>
<div id="righty">
<h3>Useful Links</h3>
<div class="menu">
<a href="http://github.com/mondemand">Source Code</a>
</div>
<br/>
<div>
<h3>Contributors</h3>
<a href="http://www.yahoo.com"><img src="/images/yahoo.jpg" border="0" width="100"></a><p/>
<a href="http://www.openx.org"><img src="/images/openx.jpg" border="0"></a>
</div>
</div>
<div id="content">
<a name="Contact"><h1>Contact Information</h1></a>
To get in touch with the developers, please post on <a href="http://github.com/mondemand">GitHub</a>.
<div id="footer">
© 2009-2015 MonDemand
</div>
</div>
</div>
</body>
</html>