diff options
author | Filipp Lepalaan <f@230.to> | 2013-07-04 00:15:35 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-07-04 00:15:35 +0300 |
commit | 03c9d0b595432c19f6a5351570f19b99d417ac25 (patch) | |
tree | cd7559e59b132c9d22fdb3a4fa5aee659270c22e /docs/templates/docs_index.html | |
download | motor.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.html | 8 |
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 %} |