mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
769 B
23 lines
769 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{section}}Node.js Manual & Documentation</title>
|
|
<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>
|
|
<body>
|
|
<div id="container">
|
|
<header>
|
|
<h1>Node.js 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 type="text/javascript" src="assets/sh_main.js"></script>
|
|
<script type="text/javascript" src="assets/sh_javascript.min.js"></script>
|
|
<script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
|
|
</body>
|
|
</html>
|