-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.php
43 lines (43 loc) · 961 Bytes
/
success.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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>Success Payment | WORKVIBES</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f1f1f1;
text-align: center;
}
h1 {
color: #333;
margin-top: 140px;
}
img {
margin-top: 20px;
margin-bottom: 30px;
max-width: 200px;
}
p {
color: #666;
margin-top: 20px;
font-size: 18px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Thanks for your Subscription!</h1>
<img src="img/pngwing.com.png" alt="Confirmation">
<p>
We appreciate your business!
If you have any questions, please email
<a href="mailto:soukainasbaii77@gmail.com">WORKVIBES@contact.ma</a>.
</p>
</body>
</html>