ThinkDeepTech/thinkdeep

View on GitHub
packages/deep-card/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en-CA">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Thinkdeep</title>

    <script src="./index.js"></script>
  </head>
  <body>

    <deep-card></deep-card>


    <script type="module" src="../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
  </body>
</html>