| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Three.js Interface</title> |
| <link rel="stylesheet" href="style.css"> |
| </head> |
| <body> |
| <canvas id="bg"></canvas> |
|
|
| <main class="content-wrapper"> |
| <div class="iframe-container"> |
| <iframe |
| src="https://huggingface.co/datasets/interstellarninja/hermes_reasoning_tool_use/embed/viewer/default/train?row=1" |
| frameborder="0" |
| width="100%" |
| height="560px" |
| ></iframe> |
| </div> |
| </main> |
|
|
| <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> |
| <script src="script.js"></script> |
| </body> |
| </html> |