mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
8 lines
126 B
HTML
8 lines
126 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="./app.js"></script>
|
|
</body>
|
|
</html>
|