-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
69 lines (57 loc) · 2.73 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
67
68
69
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="description" content="osTicket Reloaded is a multilingual Open Source Tciekting System" />
<meta name="keywords" content="osticket, helpdesk, support" />
<meta name="robots" content="all,follow" />
<link href="css/screen.css" type="text/css" rel="stylesheet" media="screen,projection" />
<title>osTicket – Reloaded</title>
</head>
<body>
<div id="layout">
<div id="header">
<h1 id="logo"><a href="http://code.osticket-reloaded.com" title="Home">osTicket Reloaded<span>Contact Us</span></a></h1>
<hr class="noscreen" />
<div id="navigation">
<ul>
<li><a href="index.html" title="home">HOME</a></li>
<li><a href="about.html" title="about">ABOUT US</a></li>
<li><a href="download.html" title="download">DOWNLOAD</a></li>
<li><a href="contact.html" title="contact">CONTACT</a></li>
</ul>
</div>
<hr class="noscreen" />
</div>
<div id="main">
<h2>Contact Us</h2>
<p>Here we will be added a contact form soon. In the meanwhile send all your contact requests to jasper {a} gmail dot com . Thanks!</p>
</div>
</div>
<div id="footer">
<div id="footer-inside">
<p id="copyright">© May 2011 <script language="JavaScript" type="text/javascript">
var d=new Date();
yr=d.getFullYear();
if (yr!=2010)
document.write("- "+yr);
</script> <a href="/">osTicket Reloaded</a></p>
<!-- Please don't delete this. You can use this template for free and this is the only way that you can say thanks to me -->
<p id="dont-delete-this">Design by <a href="http://www.davidkohout.cz">David Kohout</a></p>
<!-- Thank you :) -->
</div><div style="clear: both;"></div></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23558465-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_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>
</body>
</html>