-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
41 lines (41 loc) · 1.5 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="index.js"></script>
<link rel="stylesheet" type="text/css" href="support.css" />
</head>
<body>
<h1>Please Support PornViewer!</h1>
<p>
A lot of effort has gone into making PornViewer. If you have enjoyed this application it
would be fair if you paid a little bit of money for it. Plus if you do, this annoying
message will never appear again!
</p>
<div id="PayArea">
<label for="PayAmount" class="dolla">$</label>
<input type="number" id="PayAmount" min="5" step="1" value="5.00" />
<div id="PayMe">Pay for PornViewer</div>
<div id="EndAnnoyanceButton">I already paid!</div>
<div id="EndAnnoyanceCollapso">
<p>Enter the email address you used to pay for PornViewer.</p>
<input type="email" id="AlreadyPaidEmail" />
<div id="AlreadyPaidButton">Check Email</div>
</div>
<div id="NetworkThrobber">
<div class="throbber">
<div class="core"></div>
<div class="spinner">
<div class="pip"></div>
</div>
<div class="spinner">
<div class="pip"></div>
</div>
<div class="spinner">
<div class="pip"></div>
</div>
</div>
</div>
<iframe id="PayFrame" src="paypage.html" nwdisable nwfaketop></iframe>
</div>
</body>
</html>