aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/page.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-24 11:57:23 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-07-24 11:57:23 +0530
commit210fca3a77b9043e0f2c608e1eaff6f2ec37cdf3 (patch)
tree34123e1c92d6cae2a4435161f68991ebe7b89a64 /docs/_layouts/page.html
parent54b0e8a12bdc9c7aef52a1629641b6b1137277a6 (diff)
added landing page
Diffstat (limited to 'docs/_layouts/page.html')
-rw-r--r--docs/_layouts/page.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/_layouts/page.html b/docs/_layouts/page.html
new file mode 100644
index 0000000..0fffa23
--- /dev/null
+++ b/docs/_layouts/page.html
@@ -0,0 +1,22 @@
+---
+# Front matter comment to ensure Jekyll properly reads file.
+---
+
+<!DOCTYPE html>
+<html lang="en-us">
+
+{% include head.html %}
+
+<body class="subPageBody">
+ <div class="headerBackground subPageHeaderBackground">
+ <div class="container subPageContainer">
+ {% include header.html %}
+ <article class="page markdown-body">
+ {{ content }}
+ </article>
+ </div>
+ {% include appstoreimages.html %}
+ </div>
+</body>
+
+</html> \ No newline at end of file