Files
simple-component/example05/index.html
2020-10-25 21:28:36 +09:00

12 lines
223 B
HTML

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