mirror of
https://github.com/nodejs/node.git
synced 2024-11-28 22:46:31 +01:00
26 lines
772 B
HTML
26 lines
772 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{section}}Node.js v0.6.4 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.4 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>
|