summaryrefslogtreecommitdiff
path: root/doc/template.html
diff options
context:
space:
mode:
authorGeorge Stagas <gstagas@gmail.com>2011-03-16 09:44:05 +0200
committerRyan Dahl <ry@tinyclouds.org>2011-04-02 02:35:23 -0700
commit21e3b668cb4be40465e060c9248bee1b7d4635d9 (patch)
treea0365f590afcd0feec08256daa550c5d05bfc77c /doc/template.html
parentffb3ee6084f1596399cc70e7e5bf27ce9d7485d4 (diff)
downloadandroid-node-v8-21e3b668cb4be40465e060c9248bee1b7d4635d9.tar.gz
android-node-v8-21e3b668cb4be40465e060c9248bee1b7d4635d9.tar.bz2
android-node-v8-21e3b668cb4be40465e060c9248bee1b7d4635d9.zip
Added favicon.ico
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/template.html b/doc/template.html
index 404244ed7c..19bca35f37 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,6 +2,8 @@
<html>
<head>
<title>{{section}}Node.js Manual &amp; Documentation</title>
+ <link type="image/x-icon" rel="icon" href="/favicon.ico" />
+ <link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/sh.css" type="text/css" media="all"/>
</head>