azon_seeker/src/popup/index.html
2025-04-12 17:26:36 +08:00

13 lines
264 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<base target="_blank" />
<title>Popup</title>
</head>
<body style="min-width: 100px">
<div id="app"></div>
<script type="module" src="./main.ts"></script>
</body>
</html>