update index.html

This commit is contained in:
Simon Gardling 2022-02-14 11:18:20 -05:00
parent 93be08f048
commit 0eacf68f46

View File

@ -15,7 +15,7 @@
<canvas id="canvas" width="600" height="400"></canvas> <canvas id="canvas" width="600" height="400"></canvas>
<div id="status">Loading WebAssembly...</div> <div id="status">Loading WebAssembly...</div>
<div id="control"> <div id="control">
<label for="math_function">y=</label> <input type="string" id="math_function" value="x^2"> <label for="math_function">y=</label> <input type="string" id="math_function" value="x^2"> <a href="https://github.com/rekka/meval-rs#supported-expressions">Supported Expressions</a>
<p></p> <p></p>
<label for="minX">MinX: </label> <input type="number" id="minX" value="-10"> <label for="minX">MinX: </label> <input type="number" id="minX" value="-10">
<p></p> <p></p>
@ -35,4 +35,4 @@
</body> </body>
</html> </html>
<p><a href="https://github.com/rekka/meval-rs#supported-expressions">Supported Expressions</a></p> <p><a href="https://github.com/Titaniumtown/integral_site">I'm Open Source! (and licensed under AGPLv3)</a></p>