trufflesuite/truffle

View on GitHub
packages/codec-components/src/docs/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <link rel="icon" type="image/svg+xml" href="assets/favicon.ico" />
    <title>@truffle/codec-components</title>
    <style>
      html {
        scroll-behavior: smooth;
      }
      body {
        margin: 0;
      }
      #root {
        display: flex;
      }
    </style>
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="index.tsx"></script>
  </body>
</html>