From c0121b9b7f5041f6434a2e2dd24d3c68ed84b582 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 31 Jan 2013 20:08:20 +0200 Subject: Initial commit --- timer/templates/default.html | 62 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 timer/templates/default.html (limited to 'timer/templates/default.html') diff --git a/timer/templates/default.html b/timer/templates/default.html new file mode 100644 index 0000000..ec91d78 --- /dev/null +++ b/timer/templates/default.html @@ -0,0 +1,62 @@ +{% load staticfiles %} + + + + opus v0.01 + + + + + + + + {% block content %} + + {% endblock content %} + + -- cgit v1.2.3