diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-03 13:41:21 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-03 13:41:21 -0500 |
| commit | f1b47ccb8a92280df51bb28b495829f8f7f8127e (patch) | |
| tree | d5311a3d3135af498da0d808042b22c59fe5b2ae /index.html | |
| parent | 2f30c4d25f3e01fb4fc8089134a610195f1cdb13 (diff) | |
Add initial GLTF support
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -12,9 +12,15 @@ <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#404040"> <link rel="icon" href="data:;base64,iVBORw0KGgo="> <link data-trunk rel="css" href="index.css" /> - <title>OUBLIETTE OF GENERAL</title> + <title>teleia</title> </head> <body> + <script> + addEventListener("TrunkApplicationStarted", async (event) => { + console.log("initialized, starting..."); + window.wasmBindings.main_js(); + }); + </script> <div id="teleia-parent"></canvas> </body> </html> |
