mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 22:22:53 +03:00
11 lines
242 B
HTML
11 lines
242 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<style>@import '/src/assets/base.css';</style>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/tests.js"></script>
|
|
</body>
|
|
</html>
|