-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathppremium.html
More file actions
49 lines (44 loc) · 1.33 KB
/
ppremium.html
File metadata and controls
49 lines (44 loc) · 1.33 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Purchase</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link rel="icon" type="image/x-icon" href="assets/img/1552191.png">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4TVCL667ZF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4TVCL667ZF');
</script>
</head>
<body>
<center>
<h1>
After Purchase please EMAIL<br>reidlmiller@gmail.com to confirm
</h1>
<p>Note this may take a couple hours.</p>
<button class="card__button"
onclick="window.location.href = 'https://www.paypal.com/donate/?cmd=_donations&business=reidlmiller@gmail.com&item_name=dodger&amount=5¤cy_code=USD';">
Buy Now
</button>
<br>
<br>
<h1>AFTER PURCHASE USE ONLY</h1>
<p>THIS IS THE PROFESSIONAL OBFUSCATOR</p>
<br>
<br>
<button class="card__button"
onclick="window.location.href = 'obfuscator2.html';">
OBFUSCATOR
</button>
<button class="card__button"
onclick="window.location.href = 'index.html';">
Home
</button>
</center>
</body>
</html>