Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Stagas <gstagas@gmail.com>2011-03-16 10:44:05 +0300
committerRyan Dahl <ry@tinyclouds.org>2011-04-02 13:35:23 +0400
commit21e3b668cb4be40465e060c9248bee1b7d4635d9 (patch)
treea0365f590afcd0feec08256daa550c5d05bfc77c /doc/template.html
parentffb3ee6084f1596399cc70e7e5bf27ce9d7485d4 (diff)
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 404244ed7c2..19bca35f374 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>