-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
pay.html
43 lines (39 loc) · 1.75 KB
/
pay.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
43
<!DOCTYPE html>
<html lang="en">
<!-- This is required for Moviesy until there is 100% adoption of v1.7 -->
<head>
<title>XClipper - A clipboard manager</title>
<link rel="shortcut icon" href="XClipper.Web/Images/icon.png" type="image/png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="XClipper.Web/css/bootstrap.min.css">
<link rel="stylesheet" href="XClipper.Web/css/style.css">
</head>
<body>
<div>
<section>
<div class="container mainContainer">
<div class="row align-items-center">
<div class="col-md-10">
<h1 class="d-block mb-4 title1">Purchase Complete</h1>
<p>Please wait, your payment is processing...</p>
</div>
<!-- <div style="margin-top: 30px;" class="col-md-10"> -->
<!-- <span class="smalltitle"><a style="color:#CCE915" -->
<!-- href="https://forms.gle/CQABNV9qHnBNz4sE7">Fill -->
<!-- this -->
<!-- form</a>, in order to recieve license.</span> -->
<!-- </div> -->
</div>
<!-- <div style="margin-top: 15px;">
<span class="smalltitle1">I process all license manually, so it might take a day or two. Once done
I'll mail you the
license key and activation instructions.</span>
</div> -->
</div>
</section>
</div>
</body>
<script src="XClipper.Web/js/bootstrap.min.js" />
</html>