Skip to content
Snippets Groups Projects
index.html 367 B
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html lang="en" style="height: 100%;">
      <head>
        <title>openBIS / React</title>
        <meta charset="utf-8">
        <script src="/openbis/resources/api/v3/config.js"></script>
        <script src="/openbis/resources/api/v3/require.js"></script>
      </head>
      <body style="min-height:100%; margin: 0px 0px 0px 0px;">
        <div id="app"></div>
      </body>
    </html>