diff options
| author | neauoire <aliceffekt@gmail.com> | 2019-11-09 11:43:43 -0500 |
|---|---|---|
| committer | neauoire <aliceffekt@gmail.com> | 2019-11-09 11:43:43 -0500 |
| commit | f9693c85cc13e5e9b5e6f5cd400d1c0784a44a11 (patch) | |
| tree | 7642bb17264951eecb68555c80c6c02e5c7d8af4 /index.html | |
| parent | f7e20d0ae0273dbb9bc2c86a4715e53707279aee (diff) | |
*
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -25,6 +25,7 @@ <circle cx='72' cy='40' r='8' id='b_inv' style='fill:var(--b_inv)'></circle> <rect width='96' height='64' style='stroke:var(--b_low); fill:none'></rect> </svg> + <h1 id='score' class='f_med'>Score</h1> <table> <tr> <!-- bg --> @@ -120,10 +121,8 @@ </td> </tr> </table> + <pre id='debug'></pre> </div> - <pre id='print'> - - </pre> <script type="text/javascript"> 'use strict' const bench = new Benchmark() |
