aboutsummaryrefslogtreecommitdiffstats
path: root/apps/docs/templates/docs_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/docs/templates/docs_index.html')
-rw-r--r--apps/docs/templates/docs_index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/docs/templates/docs_index.html b/apps/docs/templates/docs_index.html
new file mode 100644
index 0000000..e692368
--- /dev/null
+++ b/apps/docs/templates/docs_index.html
@@ -0,0 +1,8 @@
+{% extends "default.html" %}
+{% load staticfiles %}
+{% block main %}
+<div class="container-fluid text-center">
+ <img src="{{ STATIC_URL }}img/servo-logo-large.gif" alt="Servo" class="text-center"/>
+</div>
+
+{% endblock main %}