Files
playwriter/extension/src/offscreen.html
Tommy D. Rossi b52928cc90 refactor: move HTML files to src/, use vite HTML entry points
- Move welcome.html to src/
- Use vite HTML inputs instead of static copy for offscreen.html and welcome.html
- Source HTML references .ts, vite transforms to .js
- Update paths in background.ts to src/
2026-01-27 13:35:22 +01:00

10 lines
154 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Playwriter Offscreen</title>
</head>
<body>
<script src="./offscreen.ts" type="module"></script>
</body>
</html>