Files
playwriter/extension/src/offscreen.html
Tommy D. Rossi f87b0243cd format
2026-02-22 15:21:38 +01:00

10 lines
166 B
HTML

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