-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.php
More file actions
42 lines (35 loc) · 2.2 KB
/
contact.php
File metadata and controls
42 lines (35 loc) · 2.2 KB
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
<!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" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="KEYWORDS" content="Toobs Java Web Framework" />
<meta name="DESCRIPTION" content="Toobs, The java web framework" />
<!-- <meta name="robots" content="index,follow" /> -->
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>Toobs</title>
<link href="css/main.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<?php include("includes/header.php"); ?>
<div id="main">
<h1>Contact</h1>
<div class="info">
If you have questions about Toobs or using Toobs then we strongly suggest connecting with the <a href="community.php">Community</a>.
</div>
<div class="pad"></div>
<div class="info">
If you have code contributions please check out the <a href="development.php">Development</a> section for details on how to submit and get your patch or git pull request accepted.
</div>
<div class="pad"></div>
<div class="info">
If you have a site related issue please email <script type="text/javascript">eval(unescape('%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%27%3C%61%20%68%72%65%66%3D%22%6D%61%69%6C%74%6F%3A%77%65%62%6D%61%73%74%65%72%40%74%6F%6F%62%73%66%72%61%6D%65%77%6F%72%6B%2E%6F%72%67%22%3E%77%65%62%6D%61%73%74%65%72%20%41%54%20%74%6F%6F%62%73%66%72%61%6D%65%77%6F%72%6B%20%44%4F%54%20%6F%72%67%3C%2F%61%3E%27%29%3B'))</script>
</div>
<div class="pad"></div>
<div class="info">
For press related inquires email <script type="text/javascript">eval(unescape('%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%27%3C%61%20%68%72%65%66%3D%22%6D%61%69%6C%74%6F%3A%72%65%6C%61%74%69%6F%6E%73%40%74%6F%6F%62%73%66%72%61%6D%65%77%6F%72%6B%2E%6F%72%67%22%3E%72%65%6C%61%74%69%6F%6E%73%20%41%54%20%74%6F%6F%62%73%66%72%61%6D%65%77%6F%72%6B%20%44%4F%54%20%6F%72%67%3C%2F%61%3E%27%29%3B'))</script>
</div>
</div>
<?php include("includes/footer.php"); ?>
</body>
</html>