diff options
| author | LLLL Colonq <llll@colonq> | 2026-05-28 20:16:38 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-05-28 20:16:38 -0400 |
| commit | fa4d63110a3e12d0242b6e6ddcded74d04480f28 (patch) | |
| tree | 330e6ccfe650f1fd9143f9db67b481d4c74a2e05 /2026/framing/index.html | |
Initial commit
Diffstat (limited to '2026/framing/index.html')
| -rw-r--r-- | 2026/framing/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/2026/framing/index.html b/2026/framing/index.html new file mode 100644 index 0000000..7be78b5 --- /dev/null +++ b/2026/framing/index.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> + <head> + <meta charset="UTF-8"> + <link data-trunk rel="rust" data-wasm-opt="2" data-target-name="game_lib" /> + <!-- <link data-trunk rel="rust" data-keep-debug="true" /> --> + <base data-trunk-public-url /> + <meta name="theme-color" media="(prefers-color-scheme: light)" content="white"> + <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>TODO TITLE</title> + </head> + <body> + <script> + addEventListener("TrunkApplicationStarted", async (event) => { + console.log("initialized, starting..."); + window.wasmBindings.main_js(); + }); + </script> + <div id="teleia-parent"></div> + </body> +</html> |
