Initial Commit to Add RestAPI Server to IEC
[iec.git] / src / foundation / api / apiserver / app / views / App / Index.html
diff --git a/src/foundation/api/apiserver/app/views/App/Index.html b/src/foundation/api/apiserver/app/views/App/Index.html
new file mode 100644 (file)
index 0000000..abfa102
--- /dev/null
@@ -0,0 +1,21 @@
+{{set . "title" "Home"}}
+{{template "header.html" .}}
+
+<header class="jumbotron" style="background-color:#A9F16C">
+  <div class="container">
+    <div class="row">
+      <h1>It works!</h1>
+      <p></p>
+    </div>
+  </div>
+</header>
+
+<div class="container">
+  <div class="row">
+    <div class="span6">
+      {{template "flash.html" .}}
+    </div>
+  </div>
+</div>
+
+{{template "footer.html" .}}