summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/about/aboutCLI.tmpl')
-rw-r--r--web/templates/about/aboutCLI.tmpl30
1 files changed, 30 insertions, 0 deletions
diff --git a/web/templates/about/aboutCLI.tmpl b/web/templates/about/aboutCLI.tmpl
new file mode 100644
index 0000000..beef42a
--- /dev/null
+++ b/web/templates/about/aboutCLI.tmpl
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html lang="en">
+{{template "head"}}
+<body>
+{{template "header" .}}
+
+<div class="container mb-5">
+ <div class="row">
+ <div class="col-12">
+
+ <h1>About the Command Line Tool</h1>
+
+ <div class="px-5 py-3">
+
+ <div class="alert alert-info" role="alert">
+ The command line tool is coming soon.
+ </div>
+
+ </div>
+
+ </div>
+ </div>
+</div>
+
+
+
+{{template "footer" .}}
+
+</body>
+</html>