b52928cc90
- 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/
10 lines
154 B
HTML
10 lines
154 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Playwriter Offscreen</title>
|
|
</head>
|
|
<body>
|
|
<script src="./offscreen.ts" type="module"></script>
|
|
</body>
|
|
</html>
|