From 01e9a34952bd6ddd383680b0ca2312e476ad07a6 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sun, 19 Apr 2015 22:09:52 +0200 Subject: Initial commit. --- templates/index.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..21180b7 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,74 @@ +{{template "header.html" "Image uploader"}} +{{template "navbar.html"}} +{{template "modal_uploaded.html"}} +{{template "modal_error.html"}} + +
+
+

+ + Image Uploader

+

+ Quick, reliable image uploading. +

+
+
+
+
+
+

+ + From File +

+

+

+ +
+ +
+

+
+
+

+ + From URL +

+

+

+ +
+ +
+

+
+
+
+
+

+ + From Data URI +

+

+

+ +
+ +
+

+
+
+

+ + + REST-Like API

+

TODO: Read the documentation here.

+
+
+
+
+

CLI Program

+

TODO: Use the image hoster direct from the command line.

+
+
+
+{{template "footer.html"}} -- cgit v1.2.3