diff --git a/app/templates/header.html.j2 b/app/templates/header.html.j2
index 2ba0fe21..ca892c12 100644
--- a/app/templates/header.html.j2
+++ b/app/templates/header.html.j2
@@ -1,24 +1,4 @@
-
-
-
Notifications
@@ -26,9 +6,19 @@
+
-
-
- Opaque
- Login
diff --git a/app/templates/index.html.j2 b/app/templates/index.html.j2
new file mode 100644
index 00000000..3648311a
--- /dev/null
+++ b/app/templates/index.html.j2
@@ -0,0 +1,55 @@
+{% extends "base.html.j2" %}
+
+{% block page_content %}
+
+
Services
+
+
+
+
+
+
Optical Character Recognition
+
+
+
+
+
+
+
+
+
Natural language processing
+
+
+
+
+
+
+
+
+
Statistics
+
+
+
+
+
Server activity
+
+
+
+
+
+
+
+
+
+
+{% endblock %}