summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index d431ebe..09ee42b 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,10 @@
<input type="radio" name="import_format" id="import_irssi"><label for="import_irssi">irssi</label>
<input type="radio" name="import_format" id="import_mirc"><label for="import_mirc">mirc</label>
</span>
- <button id="import_button">import</button>
+ <span id="import_buttons">
+ <button id="import_button">import ascii</button>
+ <button id="import_html">import sally</button>
+ </span>
<button id="export_button">export</button><br>
<textarea id="import_textarea"></textarea>
</div>