1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/vitest/index.html
2022-07-29 23:56:41 +09:00

10 lines
261 B
HTML

<!DOCTYPE html>
<html lang="ja" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>テスト</title>
<script type="module" src="src/in-source.ts"></script>
</head>
<body></body>
</html>