<!DOCTYPE html>
<html>

  <head>
    <!-- Required for IE11 -->
    <script src="https://cdn.jsdelivr.net/npm/babel-polyfill/dist/polyfill.min.js"></script>
    <!-- Web component polyfill (only loads what it needs) -->
    <script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-lite.js" charset="utf-8"></script>
    <!-- Required to polyfill modern browsers as code is ES5 for IE... -->
    <script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js" charset="utf-8"></script>
    
    <!-- Molstar CSS & JS -->
    <link rel="stylesheet" type="text/css" href="https://www.ebi.ac.uk/pdbe/pdb-component-library/css/pdbe-molstar-0.1.0.css">
    <script type="text/javascript" src="https://www.ebi.ac.uk/pdbe/pdb-component-library/js/pdbe-molstar-component-0.1.0.js"></script>

    
    <style>
      #viewerSection{
        width:450px;
        height: 450px;
        position:relative;
      }
    </style>
  </head>

  <body>
    <h1>PDBe Molstar web-component demo - Basic</h1>
    
    <div id="viewerSection">
      
      <!-- Molstar Web-component -->
      <pdbe-molstar molecule-id="1cbs"></pdbe-molstar>
      
    </div>
    
    
  </body>

</html>