adding favicon.ico for website
This commit is contained in:
parent
c5b9847788
commit
2ac99d86de
Binary file not shown.
After Width: | Height: | Size: 1022 B |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue