From 236ad4c8dbef414ef29348634fd0a6ccded1a1d6 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Aug 2008 12:08:12 +0200 Subject: initial import --- templates/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..f5c2107 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} +{% block title %}Welcome{% endblock %} +{% block content %} +

Welcome to dev.spline.de

+

+dev.spline.de is a collaborative workspace for the staff and students at the +Freie Universität Berlin +Department of Mathematics and Computer Science. +It is based on +Trac, +an enhanced wiki and issue tracking system for software development projects, +and maintained by the members of +spline. +The system has tools to help your team collaborate, like wiki pages and +mailing lists as well as tools to create and control access to source code management repositories. +

+{% endblock %} -- cgit v1.2.3