diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-15 01:34:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-15 01:35:01 -0400 |
| commit | 9dd80f5ce12ab90be1fb341c590d2dbfb651af93 (patch) | |
| tree | 75673aa2b1bbd262a2fdba964134747b369ef53d /index.html | |
| parent | 1cedc0db871443254b63db97e41c86b0848da44a (diff) | |
remove html import functionality
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -44,7 +44,7 @@ canvas size: <span id="canvas_w_el" class="ed">100</span> x <span id="canvas_h_el" class="ed">30</span><br> </div> - <div id="textarea_mode" style="float: left;"> + <div id="textarea_mode" style="float: left"> <div> <span id="shader_el" class="tool">shader</span> <span id="webcam_el" class="tool">webcam</span> @@ -56,8 +56,7 @@ <div id="import_rapper"> <span id="format_el">ascii *irssi mirc</span> <span id="import_buttons"> - <button id="import_button">import colorcode</button> - <button id="import_html">import sally</button> + <button id="import_button">import</button> </span> <div id="gallery_rapper"> <input id="username_input" type="text" placeholder="username"> |
