summaryrefslogtreecommitdiff
path: root/doc/template.html
diff options
context:
space:
mode:
authorMicheil Smith <micheil@brandedcode.com>2010-10-29 07:00:28 +1100
committerRyan Dahl <ry@tinyclouds.org>2010-10-28 14:59:15 -0700
commitc9f656baa9df73088af934c9b33cf3e407e9cf02 (patch)
treee33684fd70cb86a6e514898ce7fb897f6e567738 /doc/template.html
parentd4f1e6a0236eac1f347a0130e1557656dc6aaef1 (diff)
downloadandroid-node-v8-c9f656baa9df73088af934c9b33cf3e407e9cf02.tar.gz
android-node-v8-c9f656baa9df73088af934c9b33cf3e407e9cf02.tar.bz2
android-node-v8-c9f656baa9df73088af934c9b33cf3e407e9cf02.zip
More simplification of the templating & rendering.
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/template.html b/doc/template.html
new file mode 100644
index 0000000000..dfbf7f0d9d
--- /dev/null
+++ b/doc/template.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>{{section}}Node.js Manual &amp; 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"/>
+ <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">
+ <p><a href="index.html">Table of Contents</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" src="assets/core.js"></script>
+</body>
+</html> \ No newline at end of file