diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..b3746e9
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+ {% if page.title %}{{ page.title | escape }} - {{ site.title | escape }}
+ {% else %}{{ site.title | escape }}{% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..78daedc
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,17 @@
+
+
+
+
+{% include head.html %}
+
+
+ {% include navbar.html %}
+
+ {{ content }}
+
+ {% include footer.html %}
+
+ {% include scripts.html %}
+
+
+
\ No newline at end of file