-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalanhw6.html
60 lines (60 loc) · 1.96 KB
/
alanhw6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link href="style.css" rel="stylesheet" type="text/css" />
<meta name="description" content="Photoshopped Images using Paint" />
<script src="script.js"></script>
<title>Photoshopped Images</title>
<style>
img {
max-width: 100%;
}
img[src="Morone-St-PROFILE-PHOTO.png"] {
width: 50%;
}
.big {
font-size: 20px;
}
iframe {
border: none;
overflow: hidden !important;
}
.progress {
background-color: gray;
}
.bar {
background-color: lime;
display: inline-block;
}
</style>
</head>
<body>
<h1>Available Plans</h1>
<p>These are available plans. To order one, please e-mail <a href="Scalendarp.html">this address</a> to pay dollhairs</p>
<h2>Plan List</h2>
<ul>
<li>BASIC:
<ul>
<li>Queued requests</li>
<li>Sudden rickrolls</li>
<li>Instructions</li>
</ul>Plan number 1, price: FREE
<p>Continue with Free: <a href="alanhw7.html">Continue</a></p>
</li>
<li>PRO: <ul>
<li>All the features « of Basic, and</li>
<li>No rickrolling</li>
<li>Priority queued reque <a href="Pro.html">Pro</a>
<li>Plan number 2, price: $666 per 0 years</li>
<li>ORIFICE:<ul>
<li>All the features of PRO, and:</li>
<li>Priority requests (first to be handled)</li>
<li>Rickroll other users</li>
<li>Pay 8888888 dollhairs and go to <a href="orifice_hour.html">Orifice</a>
</ul>Plan number 3, price: $8888888 per 0 years</li>
</ul>
<script>
document.getElementById('e-mailaddress').href = "mailto:timothywei.spam+psorder" + Math.round(Math.random() * 1000 + 1) + "@gmail.com?subject=Photoshop site order&body=PLEASE FILL IN THESE FIELDS AND LEAVE OTHER TEXT ALONE: PLAN_NUMBER:%0AYour plan number, shown on the site:%0A_________,%0ACREDITCARDNUMBER:%0AYour billing number%0A____-____-____-____,%0ACOMMENTS:%0AWrite any comments below:%0A";
</script>