summaryrefslogtreecommitdiff
path: root/demo/templates/main.html
blob: 36c5da8e392d4cff81ba0ce86cbe1f72901b37e6 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
  <title>django-fb Demo</title>
</head>

<body>
  <h1>django-fb</h1>
</body>
</html>