diff options
| author | horus_arch | 2015-04-19 22:09:52 +0200 |
|---|---|---|
| committer | horus_arch | 2015-04-19 22:09:52 +0200 |
| commit | 01e9a34952bd6ddd383680b0ca2312e476ad07a6 (patch) | |
| tree | 00902575e5c271cc5d35ea65aa8795b8caeb97bc /templates/cli.html | |
| download | mandible-01e9a34952bd6ddd383680b0ca2312e476ad07a6.tar.gz | |
Initial commit.
Diffstat (limited to 'templates/cli.html')
| -rw-r--r-- | templates/cli.html | 16 |
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"}} |
