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

24 lines
817 B
HTML
Raw Normal View History

2010-10-28 14:18:54 +02:00
<!DOCTYPE html>
<html>
<head>
<title>{{section}}Node.js Manual &amp; Documentation</title>
2010-10-28 14:18:54 +02:00
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="assets/sh.css" type="text/css" media="all"/>
<script type="text/javascript" src="assets/jquery.js"></script>
</head>
<body>
<div id="container">
<header>
<h1>Node.js Manual &amp; Documentation</h1>
<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>
<script type="text/javascript" src="assets/core.js"></script>
</body>
</html>