summaryrefslogtreecommitdiff
path: root/demo/templates/main.html
blob: dc255f48a51be0fc8a14519dfc3326f78c093191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
<head>
  <title>django-fb Demo</title>
</head>

<body>
  {% include 'fb_js.html' %}
  
  <h1>django-fb</h1>
  
  <p>This is just a login demo application.</p>
  
  {% include 'fb_login.html'  %}
  
</body>
</html>