2014-12-22 17:50:10 -08:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
|
2015-01-09 18:00:04 -08:00
|
|
|
<h2>Params</h2>
|
|
|
|
<form>
|
|
|
|
Elements:
|
|
|
|
<input type="number" name="elements" placeholder="elements" value="150">
|
|
|
|
<br>
|
|
|
|
<button>Apply</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<h2>Actions</h2>
|
|
|
|
<p>
|
|
|
|
<button id="compileWithBindings">CompileWithBindings</button>
|
|
|
|
<button id="compileNoBindings">CompileNoBindings</button>
|
|
|
|
</p>
|
2014-12-22 17:50:10 -08:00
|
|
|
$SCRIPTS$
|
|
|
|
|
|
|
|
</body>
|
2015-05-12 11:03:14 -07:00
|
|
|
</html>
|