-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththank-you.php
30 lines (26 loc) · 1.05 KB
/
thank-you.php
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
<!--
#*******************************************************************#
# #
# 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 #
# #
#*******************************************************************#
-->
<!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-US" lang="en-US">
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
<title>Support Request Sent Succesfully!</title>
<link rel="STYLESHEET" type="text/css" href="_includes/css/contact.css">
</head>
<body>
<h2>Thank you for contacting us. A team member will be in contact with you as soon as possible.</h2>
</body>
</html>