Commit 051ad498 authored by Denis Bilenko's avatar Denis Bilenko

webchat: add a link to the blog

parent a433ea0d
......@@ -51,6 +51,7 @@ td {
}
#nav {
text-align: right;
float: right;
z-index: 99;
}
......@@ -6,6 +6,10 @@
<link rel="stylesheet" href="{{ MEDIA_URL }}chat.css" type="text/css"/>
</head>
<body>
<div id="nav">
<a href="http://prg10001.blogspot.com/2009/09/simpler-long-polling-with-django-and.html">Explanation</a><br>
<a href="http://bitbucket.org/denis/gevent/src/tip/examples/webchat/">Source Code</a><br>
</div>
<div id="body">
<div id="inbox">
{% for message in messages %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment