diff options
| author | brian cully <bjc@spork.org> | 2025-12-27 14:33:52 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-27 14:33:52 -0500 |
| commit | c182d8179ddd382543b7e56f46e78bf6a6724b2a (patch) | |
| tree | 0bc2f2e45ec99711110b4d6b463e472312c6224c /site/index.html | |
| parent | b35fd970e93a5bb4290134f842ac4f7e00a177b2 (diff) | |
| download | polyring-c182d8179ddd382543b7e56f46e78bf6a6724b2a.tar.gz polyring-c182d8179ddd382543b7e56f46e78bf6a6724b2a.zip | |
dispatch wasm/pure based on query part of url
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/index.html b/site/index.html index bdb2f5d..2d4c0e1 100644 --- a/site/index.html +++ b/site/index.html @@ -8,7 +8,8 @@ </head> <body> - <h1>polyring</h1> + <h1>polyring<sub class='subst-type'></sub></h1> + <p class='subst-alts'></p> <p>benchmarking maximal convex polygon finding</p> <button>go</button> @@ -16,8 +17,7 @@ <br> <canvas width='500' height='500'></canvas> - <!-- <script src='./pure.mjs' type='module'></script> --> - <script src='./wasm.mjs' type='module'></script> + <script src='./main.mjs' type='module'></script> <footer> <address><a href='https://git.spork.org/polyring.git'>src</a></address> |
