CoolFace
Apppublic

davanstrien/atlast-static-test

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
index.html23 linesDownload Raw Back to root
1<!doctype html>2<html>3  <head>4    <meta charset="UTF-8" />5    <meta name="viewport" content="width=device-width, initial-scale=1.0" />6    <title>Embedding Atlas</title>7    <style>8      html,9      body {10        overscroll-behavior-x: none;11      }12    </style>13    <script type="text/javascript">14      window.EMBEDDING_ATLAS_HOME = "viewer";15    </script>16    <script type="module" crossorigin src="./assets/index-JIydDwxo.js"></script>17    <link rel="stylesheet" crossorigin href="./assets/index-DackhkDY.css">18  </head>19  <body>20    <div id="app" class="embedding-atlas-root"></div>21  </body>22</html>23