mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
14 lines
274 B
HTML
14 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=500" />
|
|
<title>Popup</title>
|
|
</head>
|
|
<body>
|
|
<div id="popup-root"></div>
|
|
|
|
<script type="module" src="/Popup/index.tsx"></script>
|
|
</body>
|
|
</html>
|