]>
Commit | Line | Data |
---|---|---|
4a191e80 RBR |
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 name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | |
8 | ||
9 | <link rel="stylesheet" href="../Style.css"> | |
10 | <script src="../Script.js" defer></script> | |
11 | </head> | |
12 | <body> | |
13 | <img src="../Icon.png" width="128" height="128" alt="Junction Icon"> | |
14 | <p class="state-unknown">You can turn on Junction’s extension in Safari Extensions preferences.</p> | |
15 | <p class="state-on">Junction’s extension is currently on. You can turn it off in Safari Extensions preferences.</p> | |
16 | <p class="state-off">Junction’s extension is currently off. You can turn it on in Safari Extensions preferences.</p> | |
17 | <button class="open-preferences">Quit and Open Safari Extensions Preferences…</button> | |
18 | </body> | |
19 | </html> |