Files
BetterSEQTA-Plus/src/interface/index.html
T
SethBurkart123 dbe8f61c21 add store page
2024-04-07 18:22:23 +10:00

15 lines
393 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BetterSEQTA+ Settings</title>
</head>
<body class="dark:bg-zinc-900">
<div id="ExtensionPopup"></div>
<script type="module" src="./main.tsx"></script>
<script type="module" src="./dark.ts"></script>
</body>
</html>