summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/index.html b/index.html
index 81f2639..7f584e2 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,10 @@
<button id="import_button">import colorcode</button>
<button id="import_html">import sally</button>
</span>
- <button id="export_button">export</button><br>
+ <input type="text" id="username">
+ <button id="export_button">export</button>
+ <button id="save_button">save</button>
+ <button id="upload_button">upload</button><br>
<textarea id="import_textarea"></textarea>
</div>
@@ -85,11 +88,17 @@
lex.char = " "
lex.opacity = 1
</script>
+<script src="js/vendor/colorcode.js"></script>
+<script src="js/vendor/dataUriToBlob.js"></script>
+<script src="js/vendor/FileSaver.js"></script>
+
<script src="js/util.js"></script>
<script src="js/unicode.js"></script>
<script src="js/color.js"></script>
<script src="js/parse.js"></script>
<script src="js/clipboard.js"></script>
+<script src="js/upload.js"></script>
+<script src="js/user.js"></script>
<script src="js/lex.js"></script>
<script src="js/matrix.js"></script>