1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/stitches/index.html

11 lines
244 B
HTML
Raw Permalink Normal View History

2021-10-21 17:46:47 +09:00
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>ハロー</title>
<script type="module" src="./main.ts"></script>
</head>
<body></body>
</html>