Files
page-agent/packages/extension/src/entrypoints/sidepanel/index.html
T

14 lines
342 B
HTML
Raw Normal View History

<!doctype html>
2026-01-20 18:56:39 +08:00
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-01-20 18:56:39 +08:00
<link rel="icon" type="image/png" href="/assets/page-agent-64.png" />
<title>Page Agent</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./main.tsx"></script>
</body>
</html>