initial commit

This commit is contained in:
2023-03-27 01:30:48 +09:00
commit 36048e1d9c
31 changed files with 10626 additions and 0 deletions

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script type="module" src="./build/bundle.js"></script>
</head>
<body>
<simple-greeting></simple-greeting>
</body>
</html>