11 lines
140 B
HTML
11 lines
140 B
HTML
<html>
|
|
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<demo-app>Loading App...</demo-app>
|
|
<script type="module" src="./demo-app.js"></script>
|
|
</body>
|
|
|
|
</html>
|