Files
kutt-extension/source/Popup/popup.html
2026-01-03 23:17:21 +05:30

13 lines
267 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=500" />
<title>Kutt</title>
</head>
<body>
<div id="popup-root"></div>
<script type="module" src="./index.tsx"></script>
</body>
</html>