diff options
| -rw-r--r-- | demo/templates/main.html | 10 |
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 |
