-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
30 lines (28 loc) · 1.13 KB
/
thanks.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Thank You</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="icon" href="images/mylogo.png">
<link rel="stylesheet" href="assets/css/thanks.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<div class="success-message">
<svg viewBox="0 0 76 76" class="success-message__icon icon-checkmark">
<circle cx="38" cy="38" r="36"/>
<path fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M17.7,40.9l10.9,10.9l28.7-28.7"/>
</svg>
<h1 class="success-message__title">Message Received</h1>
<div class="success-message__content">
<p>Thank You! We will reply to you soon!</p>
<p></p>
</div>
<button onclick="window.location.href='https://alphaxb.com/contact.html';" class="button">Go Back</button>
</div>
<!-- partial -->
<script src="assets/js/thanks.js"></script>
</body>
</html>