summaryrefslogtreecommitdiff
path: root/demo/templates/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'demo/templates/main.html')
-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