diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..2cce66f
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,37 @@
+
+
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..bb6becb
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,35 @@
+
+
+
+
+
+
Résultats de recherche
+
+
+
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..f480f18
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+ {% if page.title %}{{ page.title }} | {% endif %}Awesome OSINT
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% include header.html %}
+
+
+ {{ content }}
+
+
+ {% include footer.html %}
+
+
+
+
+
+
+
+