aboutsummaryrefslogtreecommitdiffstats
path: root/docs/templates/docs_index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/docs_index.html')
-rw-r--r--docs/templates/docs_index.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/templates/docs_index.html b/docs/templates/docs_index.html
deleted file mode 100644
index e692368..0000000
--- a/docs/templates/docs_index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% 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 %}