diff --git a/_includes/animated-background.html b/_includes/animated-background.html
new file mode 100644
index 0000000..997dd59
--- /dev/null
+++ b/_includes/animated-background.html
@@ -0,0 +1,52 @@
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..83b936a
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,86 @@
+---
+layout: compress
+---
+
+
+
+{% include origin-type.html %}
+
+{% include lang.html %}
+
+{% if site.theme_mode %}
+ {% capture prefer_mode %}data-mode="{{ site.theme_mode }}"{% endcapture %}
+{% endif %}
+
+
+
+ {% include head.html %}
+
+
+ {% include sidebar.html lang=lang %}
+
+
+
+ {% include topbar.html lang=lang %}
+
+
+
+ {% if layout.refactor or layout.layout == 'default' %}
+ {% include refactor-content.html content=content lang=lang %}
+ {% else %}
+ {{ content }}
+ {% endif %}
+
+
+
+
+
+
+
+
+
+ {% for _include in layout.tail_includes %}
+ {% assign _include_path = _include | append: '.html' %}
+ {% include {{ _include_path }} lang=lang %}
+ {% endfor %}
+
+ {% include_cached footer.html lang=lang %}
+
+
+
+ {% include_cached search-results.html lang=lang %}
+
+
+
+
+
+