Files
simple-component/example04/index.html
2020-10-25 21:17:13 +09:00

11 lines
203 B
HTML

<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>Simple Component 4</title>
</head>
<body>
<div id="app"></div>
<script src="./src/app.js" type="module"></script>
</body>
</html>