-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
58 lines (49 loc) · 1.54 KB
/
contact.html
File metadata and controls
58 lines (49 loc) · 1.54 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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">
<!--
#*******************************************************************#
# #
# SWG:ANH WEBSITE 2.0 #
# ©SWG:ANH - 2013 - All Rights Reserved #
# #
# Unauthorized Changes are Forbidden. #
# Do not download or distribute this page. #
# By Accessing this page, you agree to these terms. #
# #
# Page Contributors: Zantox #
# Authored: 12/16/2013 #
# #
#*******************************************************************#
-->
<!-- Start: Header -->
<head>
<!-- Title -->
<title></title>
<!-- Meta Docs -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- Disable IMG Toolbar -->
<meta http-equiv="imagetoolbar" content="no" />
<!-- CSS Refrence -->
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
<!-- Anti-Theft Scripts (No select text) -->
<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
</head>
<!-- END: Header -->
<!-- FORM START -->
<iframe src="contactform.php" width="550" height="800"></iframe>
</body>
</html>