diff options
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> |
