about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/contentful/src/index.html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="stylesheet" href="./index.css" />
  </head>
  <body>
    <div id="mount"></div>
    <script src="./index.tsx"></script>
  </body>
</html>