blob: 081cc4175a3b454920b4aee9b9fb23f8cfdc4e24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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>
|