playwright/tests/components/ct-vue-cli/playwright/index.html

13 lines
315 B
HTML
Raw Normal View History

2022-03-12 00:46:11 +01:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
<div id="root"></div>
2022-10-20 04:41:21 +02:00
<script type="module" src="./index.ts"></script>
2022-03-12 00:46:11 +01:00
</body>
</html>