mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
10 lines
261 B
HTML
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>
|