]>
Commit | Line | Data |
---|---|---|
bab26a4d | 1 | <!doctype html> |
4a191e80 | 2 | <html> |
bab26a4d RBR |
3 | <head> |
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
5 | <meta http-equiv="Content-Security-Policy" content="default-src 'self'" /> | |
4a191e80 | 6 | |
bab26a4d RBR |
7 | <meta |
8 | name="viewport" | |
9 | content="width=device-width, initial-scale=1, user-scalable=no" | |
10 | /> | |
4a191e80 | 11 | |
bab26a4d | 12 | <link rel="stylesheet" href="../Style.css" /> |
4a191e80 | 13 | <script src="../Script.js" defer></script> |
bab26a4d RBR |
14 | </head> |
15 | <body> | |
16 | <img src="../Icon.png" width="128" height="128" alt="Junction Icon" /> | |
17 | <p class="state-unknown"> | |
c7eb2859 | 18 | Junction is a Safari Extension and <strong>only works in Safari</strong>. You can turn on Junction’s extension in Safari Extensions preferences. |
bab26a4d RBR |
19 | </p> |
20 | <p class="state-on"> | |
21 | Junction’s extension is currently on. You can turn it off in Safari | |
22 | Extensions preferences. | |
23 | </p> | |
24 | <p class="state-off"> | |
25 | Junction’s extension is currently off. You can turn it on in Safari | |
26 | Extensions preferences. | |
27 | </p> | |
bab26a4d | 28 | </body> |
4a191e80 | 29 | </html> |