aboutsummaryrefslogtreecommitdiffstats
path: root/docs/templates/docs_index.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-07-04 00:15:35 +0300
committerFilipp Lepalaan <f@230.to>2013-07-04 00:15:35 +0300
commit03c9d0b595432c19f6a5351570f19b99d417ac25 (patch)
treecd7559e59b132c9d22fdb3a4fa5aee659270c22e /docs/templates/docs_index.html
downloadmotor.old-03c9d0b595432c19f6a5351570f19b99d417ac25.tar.gz
motor.old-03c9d0b595432c19f6a5351570f19b99d417ac25.tar.bz2
motor.old-03c9d0b595432c19f6a5351570f19b99d417ac25.zip
Initial commit
Diffstat (limited to 'docs/templates/docs_index.html')
-rw-r--r--docs/templates/docs_index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/templates/docs_index.html b/docs/templates/docs_index.html
new file mode 100644
index 0000000..e692368
--- /dev/null
+++ b/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 %}