mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
7 lines
120 B
HTML
7 lines
120 B
HTML
<html>
|
|
<body>
|
|
<todo-app></todo-app>
|
|
<script type="module" src="./src/todo-app.js"></script>
|
|
</body>
|
|
</html>
|