harper/packages/chrome-plugin/sidepanel.html
2025-05-02 09:40:29 -06:00

13 lines
380 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrome Extension + Svelte + TS + Vite</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/sidepanel/index.ts"></script>
</body>
</html>