Author: Konstantin Lopuhin <[email protected]>
Branch: css_tweaks
Changeset: r265:774420e52ac4
Date: 2014-10-05 13:50 +0400
http://bitbucket.org/pypy/jitviewer/changeset/774420e52ac4/

Log:    add favicon

diff --git a/_jitviewer/static/favicon.ico b/_jitviewer/static/favicon.ico
new file mode 100644
index 
0000000000000000000000000000000000000000..00cf381e7e01e4603affa3da5a27d99b17943bc0
GIT binary patch

[cut]

diff --git a/_jitviewer/templates/index.html b/_jitviewer/templates/index.html
--- a/_jitviewer/templates/index.html
+++ b/_jitviewer/templates/index.html
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>PyPy JIT Viewer: {{ filename }}</title>
+  <link rel="icon" href="/static/favicon.ico" type="image/x-icon">
   <link rel="stylesheet" type="text/css" href="/static/style.css"/>
   <link rel="stylesheet" type="text/css" href="/static/pygments.css"/>
   {% if qt_workaround %}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to