0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 22:46:31 +01:00
nodejs/doc/template.html

27 lines
944 B
HTML
Raw Normal View History

2010-10-28 14:18:54 +02:00
<!DOCTYPE html>
<html>
<head>
2011-07-23 07:29:13 +02:00
<meta charset="UTF-8" />
2011-08-12 09:46:39 +02:00
<title>{{section}}Node.js v0.5.4 Manual &amp; Documentation</title>
2011-03-16 08:44:05 +01:00
<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" />
2010-10-28 14:18:54 +02:00
<link rel="stylesheet" href="assets/sh.css" type="text/css" media="all"/>
</head>
<body>
<div id="container">
<header>
2011-08-12 09:46:39 +02:00
<h1>Node.js v0.5.4 Manual &amp; Documentation</h1>
2010-10-28 14:18:54 +02:00
<div id="gtoc">
2010-11-15 00:50:14 +01:00
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
2010-10-28 14:18:54 +02:00
</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>
2010-11-18 02:51:07 +01:00
<script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
2010-10-28 14:18:54 +02:00
</body>
2011-07-15 00:56:15 +02:00
</html>