-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankYou.html
42 lines (35 loc) · 1.73 KB
/
thankYou.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Thank You.</title>
<link href="css/cobrowse.css" rel="stylesheet" type="text/css">
<!-- load jQuery via CDN. The second script is a fallback option -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script>(window.jQuery) || document.write('<script src="js/libs/jquery-3.3.1.min.js"><\/script>');</script>
<!-- jQuery UI for fancy widgets -->
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
crossorigin="anonymous"></script>
<script>(window.jQuery.ui) || document.write('<script src="js/libs/jquery-ui/jquery-ui.js"><\/script>');</script>
<link rel="stylesheet" href="js/libs/jquery-ui/jquery-ui.min.css">
<!-- CoBrowse dependencies -->
<script src="cobrowse-oceana/js/libs/LAB.min.js"></script>
<script src="cobrowse-oceana/js/coBrowse.js"></script>
<script src="cobrowse-oceana/js/coBrowseUI.js"></script>
<link href="cobrowse-oceana/css/cbe.css" rel="stylesheet" type="text/css">
<link href="cobrowse-oceana/css/cobrowseUI.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="center-screen">
<h1>Thank you.</h1>
<hr>
<p>Your form has been successfully submitted to our Customer Support.</p>
<a href="cobrowse.html">Submit another</a>
</div>
</body>
</html>