Roo-Code/webview-ui/browser-panel.html
Hannes Rudolph ee93530076
Browser Use 2.0 (#8941)
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
2025-11-21 17:26:15 -05:00

12 lines
No EOL
296 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Browser Session</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/browser-panel.tsx"></script>
</body>
</html>