aboutsummaryrefslogtreecommitdiff
path: root/snakeplan/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'snakeplan/templates/base.html')
-rw-r--r--snakeplan/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/snakeplan/templates/base.html b/snakeplan/templates/base.html
index 4506d5f..9ab9cac 100644
--- a/snakeplan/templates/base.html
+++ b/snakeplan/templates/base.html
@@ -3,6 +3,7 @@
3<head> 3<head>
4 <title>{% block title %}{% endblock %} - SnakePlan</title> 4 <title>{% block title %}{% endblock %} - SnakePlan</title>
5 <link rel="stylesheet" href="{{MEDIA_URL}}/css/screen.css" type="text/css" media="screen, projection" /> 5 <link rel="stylesheet" href="{{MEDIA_URL}}/css/screen.css" type="text/css" media="screen, projection" />
6 <!-- Enough is enough! I have had it with these motherfucking snakes on this motherfucking plan! -->
6</head> 7</head>
7 8
8<body> 9<body>
@@ -15,4 +16,6 @@
15 16
16 {% block content %}{% endblock %} 17 {% block content %}{% endblock %}
17</body> 18</body>
19
20<p class="copyright">SnakePlan is open-source under the Apache License. You can play with the snake, he won't bite.</p>
18</html> 21</html>