summaryrefslogtreecommitdiff
path: root/templates/cli.html
diff options
context:
space:
mode:
authorhorus_arch2015-04-19 22:09:52 +0200
committerhorus_arch2015-04-19 22:09:52 +0200
commit01e9a34952bd6ddd383680b0ca2312e476ad07a6 (patch)
tree00902575e5c271cc5d35ea65aa8795b8caeb97bc /templates/cli.html
downloadmandible-01e9a34952bd6ddd383680b0ca2312e476ad07a6.tar.gz
Initial commit.
Diffstat (limited to 'templates/cli.html')
-rw-r--r--templates/cli.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/cli.html b/templates/cli.html
new file mode 100644
index 0000000..d6dfa84
--- /dev/null
+++ b/templates/cli.html
@@ -0,0 +1,16 @@
+{{template "header.html" "Upload images from file!"}}
+{{template "navbar.html"}}
+{{template "modal_uploaded.html"}}
+{{template "modal_error.html"}}
+
+<div class="container">
+ <div class="row">
+ <div class="col-md-12">
+
+ <h1>TODO!</h1>
+
+ </div>
+ </div>
+</div>
+
+{{template "footer.html"}}