15 lines
503 B
HTML
15 lines
503 B
HTML
<!doctype html>
|
|
<html dir="ltr" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" />
|
|
<title>Stencil Component Starter</title>
|
|
|
|
<script type="module" src="/build/luna-charts.esm.js"></script>
|
|
<script nomodule src="/build/luna-charts.js"></script>
|
|
</head>
|
|
<body>
|
|
<my-component first="Stencil" middle="'Don't call me a framework'" last="JS"></my-component>
|
|
</body>
|
|
</html>
|