Add a clear button
This commit is contained in:
@@ -9,10 +9,13 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<input type="text" id="word-input" autocapitalize="off" spellcheck="false" />
|
||||
<div class="input">
|
||||
<input type="text" id="word-input" autocapitalize="off" spellcheck="false" />
|
||||
<div id="light"></div>
|
||||
</div>
|
||||
<div class="input">
|
||||
<div id="input-buttons"></div>
|
||||
<div id="light"></div>
|
||||
<button id="clear-button">Clear</button>
|
||||
</div>
|
||||
<pre id="pen"></pre>
|
||||
<pre id="state-graph"></pre>
|
||||
|
Reference in New Issue
Block a user