-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.php
More file actions
20 lines (20 loc) · 722 Bytes
/
Copy paththanks.php
File metadata and controls
20 lines (20 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Contact Us | Thanks!</title>
<link rel="stylesheet" type="text/css" href="contact_style.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="js/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="js/jquery.validate.js"></script>
</head>
<body>
<div id="page-wrap">
<h1>Thanks!</h1>
</div>
<form method="post" action="redirect.php" class="alt">
<center><input type="submit" class="btnh" value="Home" onclick="window.location='index.php';" name="home" /> </center>
</form>
</body>
</html>