-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup-workbench.html
More file actions
7 lines (7 loc) · 1.19 KB
/
Copy pathpopup-workbench.html
File metadata and controls
7 lines (7 loc) · 1.19 KB
1
2
3
4
5
6
7
<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>S&R · Interface preview</title>
<style>body{margin:0;background:#101010;color:#d5d5d5;font:14px 'Segoe UI',sans-serif;padding:32px}h1{font-size:20px;margin:0 0 8px}p{font-size:12px;color:#999999;margin:0 0 24px}iframe{display:block;width:400px;height:600px;border:1px solid #383838;border-radius:14px;box-shadow:0 16px 50px #0005}a{color:#dfd0b3}nav{display:flex;gap:16px;margin-bottom:24px}</style></head>
<body><h1>S&R Extension</h1><p>Interactive interface preview. Audio is simulated in this test page.</p>
<nav><a href="popup-preview.html" target="popup">Default</a><a href="popup-preview.html?scenario=error" target="popup">Connection error</a><a href="popup-preview.html?scenario=restricted" target="popup">Restricted page</a><a href="popup-preview.html?scenario=empty" target="popup">Empty tabs</a><a href="popup-preview.html?scenario=save-error" target="popup">Save error</a><a href="popup-preview.html?scenario=many" target="popup">Long lists</a><a href="popup-preview.html?scenario=firefox" target="popup">Firefox fallback</a></nav>
<iframe name="popup" title="Extension popup" src="popup-preview.html"></iframe></body></html>