Added favicon.ico
This commit is contained in:
parent
ffb3ee6084
commit
21e3b668cb
1
Makefile
1
Makefile
@ -70,6 +70,7 @@ website_files = \
|
||||
build/doc/sh_vim-dark.css \
|
||||
build/doc/logo.png \
|
||||
build/doc/sponsored.png \
|
||||
build/doc/favicon.ico \
|
||||
build/doc/pipe.css
|
||||
|
||||
doc: build/default/node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs)
|
||||
|
BIN
doc/favicon.ico
Normal file
BIN
doc/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@ -9,6 +9,8 @@
|
||||
</style>
|
||||
<script type="text/javascript" src="sh_main.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="sh_vim-dark.css" />
|
||||
<link rel="alternate"
|
||||
|
@ -2,6 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{section}}Node.js Manual & 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>
|
||||
|
@ -7,6 +7,8 @@
|
||||
margin: 0;
|
||||
}
|
||||
</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" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>node v0.4 announcement</title>
|
||||
|
Loading…
x
Reference in New Issue
Block a user