CxLLM-SAFARI/Shared (App)/Resources/Base.lproj/Main.html
CxAI Ops 5b384c5baa
Some checks are pending
ci / validate (push) Waiting to run
chore: initial commit (Phase 3 scaffold)
2026-05-16 10:52:05 -05:00

21 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="CxLLM-SAFARI Icon">
<p class="platform-ios">You can turn on CxLLM-SAFARIs Safari extension in Settings.</p>
<p class="platform-mac state-unknown">You can turn on CxLLM-SAFARIs extension in Safari Extensions preferences.</p>
<p class="platform-mac state-on">CxLLM-SAFARIs extension is currently on. You can turn it off in Safari Extensions preferences.</p>
<p class="platform-mac state-off">CxLLM-SAFARIs 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>