diff --git a/config/templates/base.html b/config/templates/base.html
new file mode 100644
index 0000000..0159a80
--- /dev/null
+++ b/config/templates/base.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+ Django Photo Sharing app
+
+
+
+
+
+ {% include 'navbar.html' %}
+
+ {% block body %}
+
+
+ {% endblock body %}
+
+
+
+
+
diff --git a/config/templates/navbar.html b/config/templates/navbar.html
new file mode 100644
index 0000000..0fdad1a
--- /dev/null
+++ b/config/templates/navbar.html
@@ -0,0 +1,39 @@
+