diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 20:50:28 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-03-19 20:50:28 +0200 |
| commit | c89a8cc0529a6125d8abd91f3702093d15ef893a (patch) | |
| tree | 3518574c8e04ff4ad1fb6a2a06870a2152a5d21a /demo | |
| parent | 509cff11cd94a7ac6752e44e20a3677a979a7d72 (diff) | |
added main template
Diffstat (limited to 'demo')
| -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 |
