|
| 1 | +<!-- Of course we're using HTML, though it's a good thing to have more typings! --> |
1 | 2 | <!DOCTYPE html> |
| 3 | + |
| 4 | +<!-- Begin HTML content --> |
2 | 5 | <html> |
3 | | -<head> |
4 | | - <title>Google Docs Offline</title> |
5 | 6 |
|
6 | | - <style> |
| 7 | + <!-- Headers --> |
| 8 | + <head> |
| 9 | + |
| 10 | + <!-- Title of this is PHEx, though it usually isn't visible unless you're viewing this as a webpage. --> |
| 11 | + <title>PHEx</title> |
7 | 12 |
|
| 13 | + <!-- CSS styling --> |
| 14 | + <style> |
8 | 15 |
|
9 | 16 | .content { |
10 | 17 | width: 20em; |
|
23 | 30 | background-color: #0E9700; |
24 | 31 | } |
25 | 32 | .check:hover { |
26 | | - cursor: pointer; |
| 33 | + cursor: pointer; |
27 | 34 | opacity: 0.8; |
28 | 35 | } |
29 | 36 | .gatekeeper { |
30 | 37 | background-color: pink; |
31 | 38 | } |
32 | | - </style> |
33 | 39 |
|
| 40 | + </style> <!-- End CSS styling --> |
| 41 | + |
| 42 | + |
| 43 | + <!-- End Header Content --> |
| 44 | + </head> |
| 45 | + |
| 46 | + <!-- Page body --> |
| 47 | + <body> |
| 48 | + |
| 49 | + <!-- Content --> |
| 50 | + <div class="content"> |
| 51 | + |
| 52 | + <!-- PHEx in very big text :) --> |
| 53 | + <h1>PHEx</h1> |
| 54 | + |
| 55 | + <!-- The go to Hell button, I mean go to Prodigy --> |
| 56 | + <form action="https://play.prodigygame.com" method="get" target="_blank"> |
| 57 | + <button type="submit">Go to Prodigy</button> |
| 58 | + </form> |
| 59 | + |
| 60 | + <!-- Paragraph for small spacing --> |
| 61 | + <p/> |
| 62 | + |
| 63 | + <!-- The go to Hell button, I mean go to our Discord server. --> |
| 64 | + <form action="https://dsc.gg/ProdigyPNP" method="get" target="_blank"> |
| 65 | + <button type="submit">PMGH Discord server</button> |
| 66 | + </form> |
| 67 | + |
| 68 | + <!-- Break for medium spacing --> |
| 69 | + <br> |
| 70 | + |
| 71 | + |
| 72 | + <!-- Text to make skids understand how to use hacks, or give our discord server free members. --> |
| 73 | + <p>To use the hack, just go to prodigy. If you need help, go to our Discord server.</p> |
| 74 | + |
| 75 | + |
| 76 | + <!-- 2 Breaks for large spacing --> |
| 77 | + <br><br> |
| 78 | + |
| 79 | + <!-- Developer Options --> |
| 80 | + <details> |
| 81 | + <summary>Developer Options</summary> |
| 82 | + |
| 83 | + <!-- Developer Options in large size text --> |
| 84 | + <h2>Developer Options</h2> |
| 85 | + |
| 86 | + <!-- Tell skids to go away and stop asking about the P-NP URL --> |
| 87 | + <p>Only touch if you know what you're doing! To use the hack, just go to Prodigy. If you need help, go to our Discord server.</p> |
34 | 88 |
|
35 | | -</head> |
| 89 | + <!-- Custom P-NP URL settings, in medium size text --> |
| 90 | + <h3>Custom P-NP URL</h3> |
36 | 91 |
|
37 | | -<body> |
38 | | -<div class="content"> |
| 92 | + <!-- Textbox for the P-NP URL. --> |
| 93 | + <input id="url" type="text"> |
39 | 94 |
|
40 | | - <h1>Google Docs Offline</h1> |
| 95 | + <!-- Use Custom URL, in medium size text --> |
| 96 | + <h3>Use Custom URL</h3> |
41 | 97 |
|
42 | | - <form action="https://www.google.com/docs/about" method="get" target="_blank"> |
43 | | - <button type="submit">Go to Google Docs</button> |
44 | | - </form> |
| 98 | + <!-- Checkbox if you're using the custom P-NP URL --> |
| 99 | + <input id="check" type="checkbox" class="check"> |
45 | 100 |
|
46 | | - <p></p> <!--- Paragraph bc <br> is too much spacing!------> |
| 101 | + <!-- Save, in medium size text --> |
| 102 | + <h3>Save</h3> |
47 | 103 |
|
48 | | - <br><br> |
| 104 | + <!-- Little tutorial for the skids :) --> |
| 105 | + <p>Only touch if you know what you're doing! To save options, type in "nootnoot", and submit.</p> |
49 | 106 |
|
50 | | - <h6><details> |
51 | | - <summary>_</summary> |
| 107 | + <!-- Textbox to make sure people type in "nootnoot" --> |
| 108 | + <input id="gatekeeper" type="text" class="gatekeeper"> |
52 | 109 |
|
53 | | - <h3>Developer Options</h3> |
| 110 | + <!-- Confirm button --> |
| 111 | + <button id="submit">Confirm</button> |
54 | 112 |
|
55 | | - <p>Only touch if you know what you're doing!</p> |
| 113 | + <!-- Result --> |
| 114 | + <p id="result"></p> |
56 | 115 |
|
57 | | - <h4>Custom PNP URL</h4> |
58 | | - <input id="url" type="text"> |
59 | 116 |
|
60 | | - <h4>Use Custom URL</h4> |
61 | | - <input id="check" type="checkbox" class="check"> |
| 117 | + <!-- End developer options --> |
| 118 | + </details> |
62 | 119 |
|
63 | | - <h4>Save</h4> |
64 | | - <p>Only touch if you know what you're doing! To save options, type in "nootnoot", and submit.</p> |
65 | | - <input id="gatekeeper" type="text" class="gatekeeper"> |
66 | | - <button id="submit">Submit</button> |
67 | 120 |
|
68 | | - <p id="result"></p> |
| 121 | + <!-- End content div. --> |
| 122 | + </div> |
69 | 123 |
|
| 124 | + <!-- Run the script that validates the P-NP URL, and sets it. --> |
| 125 | + <script src="popup.js"></script> |
70 | 126 |
|
71 | | - </details></h6> |
72 | 127 |
|
73 | 128 |
|
| 129 | + <!-- End page body --> |
| 130 | + </body> |
74 | 131 |
|
75 | | -</div> |
76 | 132 |
|
77 | | -<script src="popup.js"></script> |
78 | | -</body> |
| 133 | +<!-- End HTML content. --> |
79 | 134 | </html> |
0 commit comments