10 lines
212 B
HTML
10 lines
212 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>test</title>
|
|
<script type="module" src="./build/bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<simple-greeting></simple-greeting>
|
|
</body>
|
|
</html> |