-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thank-you.html
38 lines (32 loc) · 1.79 KB
/
thank-you.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
<head>
<meta charset="utf-8">
<meta name="description" content="Personal healing services offered by Carolina Heals">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Thank you page</title>
<meta name="theme-color" content="#446A46" />
<meta name="keywords" content="Personal healing services, Carolina heals, Yoga, Reiki, Ayurveda, Meditating, mind and body wellness, Health and wellness, Mindfulness">
<link rel="icon" href="favicon.ico?v=2">
<script src="https://kit.fontawesome.com/e823734a38.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Fanwood+Text&family=Shrikhand&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/thanks.css">
</head>
<body>
<section class="card" id = 'card-box' style="min-height: 600px;">
<div class="h-box">
<h1 class="card-title">
Thank you for messaging me!
</h1>
<h4>Your mail has been delivered to my inbox and I will get back to you as soon as possible</h4>
<button class="btn"><a href="https://carolinaheals.com">Home</a></button>
</div>
</section>
</body>
</html>