mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Remove references to `/favicon.ico` as it’s the default in all browsers. More info: http://mathiasbynens.be/notes/rel-shortcut-icon `type=text/css` and `media=all` are the implied defaults for `<link rel=stylesheet>` (and `<style>`), so omit these attributes. Similarly, `type=text/javascript` is the default for `<script>` elements, so omit these attributes.
26 lines
772 B
HTML
26 lines
772 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{section}}Node.js v0.6.3 Manual & Documentation</title>
|
|
<link rel="stylesheet" href="assets/style.css" />
|
|
<link rel="stylesheet" href="assets/sh.css" />
|
|
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"/>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<header>
|
|
<h1>Node.js v0.6.3 Manual & Documentation</h1>
|
|
<div id="gtoc">
|
|
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
|
|
</div>
|
|
<hr />
|
|
</header>
|
|
{{content}}
|
|
</div>
|
|
<script src="assets/sh_main.js"></script>
|
|
<script src="assets/sh_javascript.min.js"></script>
|
|
<script>highlight(undefined, undefined, 'pre');</script>
|
|
</body>
|
|
</html>
|