summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index e985177..8db03b5 100644
--- a/index.html
+++ b/index.html
@@ -87,6 +87,12 @@ for (var i=0; i<coords.length; i++) {
</div>
<div class="span9">
<div id="render-container"></div>
+ <br/>
+ <form class="well form-inline">
+ <input type="text" class="input-small" placeholder="Axiom">
+ <input type="text" class="input-small" placeholder="Rules">
+ <button type="submit" class="btn">Draw</button>
+ </form>
</div>
</div>