Files
simple-component/example08/index.html
2020-10-25 23:00:42 +09:00

12 lines
222 B
HTML

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