summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-07-15 20:50:15 -0400
committerJules Laplace <jules@okfoc.us>2015-07-15 20:50:15 -0400
commited9aba1964c24850f41ebaba1bba8ffa8059fb84 (patch)
treee57a553f7817eead99549c766a0e96fedcbea708 /index.html
parentb2da7b372a76651e37e9f413c56d2669d458ca45 (diff)
store username
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7f584e2..ba351a3 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,8 @@
<button id="import_button">import colorcode</button>
<button id="import_html">import sally</button>
</span>
- <input type="text" id="username">
+ <input id="username_input" type="text" placeholder="username">
+ <input id="upload_input" type="text" placeholder="uploaded url">
<button id="export_button">export</button>
<button id="save_button">save</button>
<button id="upload_button">upload</button><br>