summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-03-19 20:50:28 +0200
committerYuval Adam <yuv.adm@gmail.com>2011-03-19 20:50:28 +0200
commitc89a8cc0529a6125d8abd91f3702093d15ef893a (patch)
tree3518574c8e04ff4ad1fb6a2a06870a2152a5d21a
parent509cff11cd94a7ac6752e44e20a3677a979a7d72 (diff)
added main template
-rw-r--r--demo/templates/main.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/demo/templates/main.html b/demo/templates/main.html
new file mode 100644
index 0000000..36c5da8
--- /dev/null
+++ b/demo/templates/main.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+<head>
+ <title>django-fb Demo</title>
+</head>
+
+<body>
+ <h1>django-fb</h1>
+</body>
+</html> \ No newline at end of file