Browse Source

Added favicon.ico

v0.7.4-release
George Stagas 14 years ago
committed by Ryan Dahl
parent
commit
21e3b668cb
  1. 1
      Makefile
  2. BIN
      doc/favicon.ico
  3. 2
      doc/index.html
  4. 2
      doc/template.html
  5. 2
      doc/v0.4_announcement.html

1
Makefile

@ -70,6 +70,7 @@ website_files = \
build/doc/sh_vim-dark.css \ build/doc/sh_vim-dark.css \
build/doc/logo.png \ build/doc/logo.png \
build/doc/sponsored.png \ build/doc/sponsored.png \
build/doc/favicon.ico \
build/doc/pipe.css build/doc/pipe.css
doc: build/default/node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) doc: build/default/node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs)

BIN
doc/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

2
doc/index.html

@ -9,6 +9,8 @@
</style> </style>
<script type="text/javascript" src="sh_main.js"></script> <script type="text/javascript" src="sh_main.js"></script>
<script type="text/javascript" src="sh_javascript.min.js"></script> <script type="text/javascript" src="sh_javascript.min.js"></script>
<link type="image/x-icon" rel="icon" href="favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
<link type="text/css" rel="stylesheet" href="pipe.css" /> <link type="text/css" rel="stylesheet" href="pipe.css" />
<link type="text/css" rel="stylesheet" href="sh_vim-dark.css" /> <link type="text/css" rel="stylesheet" href="sh_vim-dark.css" />
<link rel="alternate" <link rel="alternate"

2
doc/template.html

@ -2,6 +2,8 @@
<html> <html>
<head> <head>
<title>{{section}}Node.js Manual &amp; Documentation</title> <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/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/sh.css" type="text/css" media="all"/> <link rel="stylesheet" href="assets/sh.css" type="text/css" media="all"/>
</head> </head>

2
doc/v0.4_announcement.html

@ -7,6 +7,8 @@
margin: 0; margin: 0;
} }
</style> </style>
<link type="image/x-icon" rel="icon" href="favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
<link type="text/css" rel="stylesheet" href="pipe.css" /> <link type="text/css" rel="stylesheet" href="pipe.css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>node v0.4 announcement</title> <title>node v0.4 announcement</title>

Loading…
Cancel
Save