summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-02-06 14:16:20 -0500
committerJules Laplace <jules@okfoc.us>2015-02-06 14:16:20 -0500
commit7c1e99bb1bc6c2a89bc42fb9c295933f38ac9e0c (patch)
tree14352aa8cd7ac165d19c43644804241d14d483f5 /index.html
parent92f59149b7982b5a6aad6efd39c648cc8582a900 (diff)
pull in clipboard paste function
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>