local.html 469 B

123456789101112131415161718192021
  1. <html lang="en" class=""><head>
  2. <meta charset="UTF-8">
  3. <title>CodePen Demo</title>
  4. </head>
  5. <body>
  6. <script src="../build/dist/rcsb-saguaro-3d.js" type="text/javascript"></script>
  7. <div id="pfv" style="position: absolute" ></div>
  8. <script>
  9. const fv = new RcsbFv3D.assembly({config:{entryId:" 7B9F", title: "3D Protein Feature View: 7BAA", subtitle: "Cys-42-tethered stabilizer 12 of 14-3-3(sigma)/ERa PPI"}});
  10. fv.render();
  11. </script>
  12. </body></html>