]>
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"> | |
65b2c3fe RBR |
18 | Junction is a Safari Extension and <strong>only works in Safari</strong>. |
19 | You can turn on Junction’s extension in Safari Extensions preferences. | |
bab26a4d RBR |
20 | </p> |
21 | <p class="state-on"> | |
22 | Junction’s extension is currently on. You can turn it off in Safari | |
23 | Extensions preferences. | |
24 | </p> | |
25 | <p class="state-off"> | |
26 | Junction’s extension is currently off. You can turn it on in Safari | |
27 | Extensions preferences. | |
28 | </p> | |
bab26a4d | 29 | </body> |
4a191e80 | 30 | </html> |