-
Notifications
You must be signed in to change notification settings - Fork 0
/
thank-you_form
53 lines (50 loc) · 1.58 KB
/
thank-you_form
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./assets/styles/main.css" />
<link
rel="shortcut icon"
type="image/x-icon"
href="./assets/img/trustly-logo.ico"
/>
<title>Integration</title>
</head>
<body>
<div class="container">
<header class="header">
<div class="content-container">
<img src="./assets/img/white-logo2.svg" class="globex-logo" />
</div>
</header>
<main class="main">
<a class="back-anchor" href="./index.html">
<img src="./assets/img/arrow-left.svg" alt="" />
Home
</a>
<h1>Your Submission has been successfully Applied to US Support!</h1>
<img src="./assets/img/order-completed.svg" alt="" />
</main>
<footer class="content-container">
<div class="footer">
<div id="page-footer" class="grid grid-pad"></div>
<div class="leftfooter">
<a href="https://www.trustly.net/us/contact-form" target="_blank"
>Contact Us</a
>
|
<a href="https://www.trustly.net/us/" target="_blank"
>Visit our Website</a
>
</div>
<div class="rightfooter">
<span title="1.120.0-2021-06-07T19:29:59Z">®</span> 2021
<img src="./assets/img/trial-logofooter.svg" class="logo" />. All
rights reserved.
</div>
</div>
</footer>
</div>
</body>
</html>