doc: add TC meeting 2015-04-15 minutes
[platform/upstream/nodejs.git] / doc / template.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4   <meta charset="utf-8">
5   <title>__SECTION__ io.js __VERSION__ Manual &amp; Documentation</title>
6   <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic">
7   <link rel="stylesheet" href="assets/style.css">
8   <link rel="stylesheet" href="assets/sh.css">
9   <link rel="canonical" href="https://iojs.org/api/__FILENAME__.html">
10 </head>
11 <body class="alt apidoc" id="api-section-__FILENAME__">
12   <div id="content" class="clearfix">
13     <div id="column2" class="interior">
14       <div id="intro" class="interior">
15         <a href="/" title="Go back to the home page">
16           io.js (1)
17         </a>
18       </div>
19       __GTOC__
20     </div>
21
22     <div id="column1" data-id="__ID__" class="interior">
23       <header>
24         <h1>io.js __VERSION__ Documentation</h1>
25         <div id="gtoc">
26           <p>
27             <a href="index.html" name="toc">Index</a> |
28             <a href="all.html">View on single page</a> |
29             <a href="__FILENAME__.json">View as JSON</a>
30           </p>
31         </div>
32         <hr>
33       </header>
34
35       <div id="toc">
36         <h2>Table of Contents</h2>
37         __TOC__
38       </div>
39
40       <div id="apicontent">
41         __CONTENT__
42       </div>
43     </div>
44   </div>
45   <div id="footer">
46   </div>
47
48   <script src="assets/sh_main.js"></script>
49   <script src="assets/sh_javascript.min.js"></script>
50   <script>highlight(undefined, undefined, 'pre');</script>
51 </body>
52 </html>