summaryrefslogtreecommitdiff
path: root/client/partials
diff options
context:
space:
mode:
Diffstat (limited to 'client/partials')
-rw-r--r--client/partials/favicon.html (renamed from client/partials/empty)0
-rw-r--r--client/partials/header.html1
-rw-r--r--client/partials/nav.html9
3 files changed, 10 insertions, 0 deletions
diff --git a/client/partials/empty b/client/partials/favicon.html
index e69de29..e69de29 100644
--- a/client/partials/empty
+++ b/client/partials/favicon.html
diff --git a/client/partials/header.html b/client/partials/header.html
new file mode 100644
index 0000000..900a6f1
--- /dev/null
+++ b/client/partials/header.html
@@ -0,0 +1 @@
+<p>Header Content</p> \ No newline at end of file
diff --git a/client/partials/nav.html b/client/partials/nav.html
new file mode 100644
index 0000000..286fbab
--- /dev/null
+++ b/client/partials/nav.html
@@ -0,0 +1,9 @@
+<div class="list-group">
+ <a href="#" class="list-group-item active">
+ Cras justo odio
+ </a>
+ <a href="#" class="list-group-item">Dapibus ac facilisis in</a>
+ <a href="#" class="list-group-item">Morbi leo risus</a>
+ <a href="#" class="list-group-item">Porta ac consectetur ac</a>
+ <a href="#" class="list-group-item">Vestibulum at eros</a>
+ </div> \ No newline at end of file