Files
simple-component/example07/index.html
2020-10-25 22:03:42 +09:00

12 lines
223 B
HTML

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