mirror of
https://github.com/nkcmr/HyperTab.git
synced 2026-04-10 03:13:34 +02:00
Initial Commit
This commit is contained in:
20
Shared (App)/Base.lproj/Main.html
Normal file
20
Shared (App)/Base.lproj/Main.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!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="HyperTab Icon">
|
||||
<p class="platform-ios">You can turn on HyperTab’s Safari extension in Settings.</p>
|
||||
<p class="platform-mac state-unknown">You can turn on HyperTab’s extension in Safari Extensions preferences.</p>
|
||||
<p class="platform-mac state-on">HyperTab’s extension is currently on. You can turn it off in Safari Extensions preferences.</p>
|
||||
<p class="platform-mac state-off">HyperTab’s extension is currently off. You can turn it on in Safari Extensions preferences.</p>
|
||||
<button class="platform-mac open-preferences">Quit and Open Safari Extensions Preferences…</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user