playwright/tests/components/ct-svelte-vite/playwright/index.html

14 lines
350 B
HTML
Raw Normal View History

2022-03-12 00:46:11 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Svelte + TS + Vite App</title>
</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>