update index.html
This commit is contained in:
parent
93be08f048
commit
0eacf68f46
@ -15,7 +15,7 @@
|
||||
<canvas id="canvas" width="600" height="400"></canvas>
|
||||
<div id="status">Loading WebAssembly...</div>
|
||||
<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>
|
||||
<label for="minX">MinX: </label> <input type="number" id="minX" value="-10">
|
||||
<p></p>
|
||||
@ -35,4 +35,4 @@
|
||||
</body>
|
||||
</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>
|
||||
Loading…
x
Reference in New Issue
Block a user