diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-07-15 20:50:15 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-07-15 20:50:15 -0400 |
| commit | ed9aba1964c24850f41ebaba1bba8ffa8059fb84 (patch) | |
| tree | e57a553f7817eead99549c766a0e96fedcbea708 /index.html | |
| parent | b2da7b372a76651e37e9f413c56d2669d458ca45 (diff) | |
store username
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
