Files
Outcut/popup/popup.html

15 lines
320 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body { width: 320px; padding: 16px; font-family: system-ui, sans-serif; font-size: 13px; }
h1 { font-size: 16px; margin: 0 0 8px; }
</style>
</head>
<body>
<h1>Outlook Relook</h1>
<p>Settings panel coming soon.</p>
</body>
</html>