mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
10 lines
205 B
HTML
10 lines
205 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/playwright/index.js"></script>
|
|
</body>
|
|
</html>
|