Files
LexAI/entrypoints/popup/index.html
Forge 9604bef3a4
Some checks failed
CI — Test & Build / Test & Build (push) Has been cancelled
feat: LEXAI-21 popup text input with quick action buttons
2026-03-06 15:01:29 +08:00

14 lines
326 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LexAI</title>
<style>body { margin: 0; min-width: 420px; }</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="./Popup.tsx"></script>
</body>
</html>