summaryrefslogtreecommitdiff
path: root/templates/cli.html
blob: d6dfa847592df65971c5d9a029dfdbe1df8fe99c (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">

			<h1>TODO!</h1>

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

{{template "footer.html"}}