adding favicon.ico for website

This commit is contained in:
Peter Bengtsson 2011-03-30 18:36:57 +01:00
parent c5b9847788
commit 2ac99d86de
2 changed files with 1 additions and 0 deletions

BIN
website/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

View File

@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>{% block title %}Tornado Web Server{% end %}</title>
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/static/base.css" type="text/css"/>
{% block head %}{% end %}
</head>