next.js/examples/with-stencil/packages/test-component/src/index.html
index.html21 lines532 B
<!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/test-component.esm.js"></script>
    <script nomodule src="/build/test-component.js"></script>
  </head>
  <body>
    <my-component
      first="Stencil"
      last="Don't call me a framework' JS"
    ></my-component>
  </body>
</html>
Quest for Codev2.0.0
/
SIGN IN