]>
Commit | Line | Data |
---|---|---|
1 | <!doctype html> | |
2 | <html> | |
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'" /> | |
6 | ||
7 | <meta | |
8 | name="viewport" | |
9 | content="width=device-width, initial-scale=1, user-scalable=no" | |
10 | /> | |
11 | ||
12 | <link rel="stylesheet" href="../Style.css" /> | |
13 | <script src="../Script.js" defer></script> | |
14 | </head> | |
15 | <body> | |
16 | <img src="../Icon.png" width="128" height="128" alt="Junction Icon" /> | |
17 | <p class="state-unknown"> | |
18 | Junction is a Safari Extension and <strong>only works in Safari</strong>. You can turn on Junction’s extension in Safari Extensions preferences. | |
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> | |
28 | </body> | |
29 | </html> |