summaryrefslogtreecommitdiff
path: root/templates/cli.html
blob: 9d50adb236abd23e66ed8c3519fdb8e0be3df0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 well">

			<h1>TODO!</h1>

		</div>
	</div>
</div>

{{template "footer.html"}}