aboutsummaryrefslogtreecommitdiff
path: root/safari/Junction/Base.lproj/Main.html
blob: 96adac3e69b8bfe65e19a18f5516639d237685e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Security-Policy" content="default-src 'self'" />

    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, user-scalable=no"
    />

    <link rel="stylesheet" href="../Style.css" />
    <script src="../Script.js" defer></script>
  </head>
  <body>
    <img src="../Icon.png" width="128" height="128" alt="Junction Icon" />
    <p class="state-unknown">
      You can turn on Junction’s extension in Safari Extensions preferences.
    </p>
    <p class="state-on">
      Junction’s extension is currently on. You can turn it off in Safari
      Extensions preferences.
    </p>
    <p class="state-off">
      Junction’s extension is currently off. You can turn it on in Safari
      Extensions preferences.
    </p>
    <button class="open-preferences">
      Quit and Open Safari Extensions Preferences…
    </button>
  </body>
</html>