This repository has been archived on 2023-12-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
persona-x/index.html
2023-03-27 01:30:48 +09:00

10 lines
212 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script type="module" src="./build/bundle.js"></script>
</head>
<body>
<simple-greeting></simple-greeting>
</body>
</html>