-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPayment1.html
95 lines (87 loc) · 3.25 KB
/
Payment1.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.cdnfonts.com/css/glance-slab-test" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-69P721FCCG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-69P721FCCG');
</script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
padding: 22px;
background-color: black;
color: white;
font-size: 22px;
font-family: 'Glance Slab Test', sans-serif;
}
</style>
</head>
<body>
<div id="header"></div>
<center>
<img src="ᖶρᗩЩ乃ϝ ᗩcademy ϝudiciary ᗩrbitration.png" alt="a" style="width:75px;height:75px;">
<center/>
<!--
<img src="PNGs/a.png" alt="a" style="width:75px;height:75px;">
<img src="PNGs/telepathic.png" alt="telepathic" style="width:375px;height:75px;">
<img src="PNGs/psycho.png" alt="psycho" style="width:187.5px;height:75px;">
<img src="PNGs/asian.png" alt="asian" style="width:187.5px;height:75px;">
<img src="PNGs/waifu.png" alt="waifu" style="width:187.5px;height:75px;">
<img src="PNGs/ITERATIVE.png" alt="ITERATIVE" style="width:262.5px;height:75px;">
<img src="PNGs/federation.png" alt="federation" style="width:412.5px;height:75px;">
<br />
<br />
<iframe src="https://github.com/sponsors/saisonxiang/button" title="Sponsor saisonxiang" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
<br>
<span style="font-size: 32px;">
<a href="https://www.patreon.com/waifuworks">WaifuWorks LLC</a>
<br />
<a href="https://www.paypal.com/paypalme/saison321">
Clusterflux LLC
</a>
<br />
<a href="https://discord.gg/XwGHbaWzqM">
TPAWBF(._.)
</a>
<br />
</span>
<hr style="width:75%;height:5px;border-width:0;color:white;background-color:white">
</center>
<br>
<br>
<center>
<span style="font-size: 36px;">
Take a moment to read please...
</span>
<hr style="width:75%;height:5px;border-width:0;color:white;background-color:white">
<br>
<br>
</center>
<span style="font-size: 32px;">
I would simply like to be clear; if you decide to purchase anything from this
website, you agree to the following <a href="/HTML/terms.html">terms and conditions</a> .
<br />
<br />
<center>
<a href="/HTML/Payment2.html">I understand and <span style="background-color:darkblue;">agree to the terms and conditions</span> of this entity.</a>
<br />
<br />
<br />
<a href="https://www.twitch.tv/bobross">I understand and <span style="background-color:orangered;">do not agree to the terms and conditions</span> of this entity.</a>
</center>
<br>
<br>
-->
</body>
</html>