|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html lang="en" class="faq"> |
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 |
| - <meta name="description" content="iojs"> |
8 |
| - <meta name="keywords" content="iojs, io.js, io js, javascript io, uv, libuv, node-forward, node forward, node, node.js, node.js forward, nodejs, nodejs forward, javascript"> |
9 |
| - <title>Javascript IO - FAQ</title> |
10 |
| - <link href="style.css" rel="stylesheet" type="text/css"> |
11 |
| - |
12 |
| - </head> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <meta name="description" content="iojs"> |
| 9 | + <meta name="keywords" content="iojs, io.js, io js, javascript io, uv, libuv, node-forward, node forward, node, node.js, node.js forward, nodejs, nodejs forward, javascript"> |
| 10 | + <title>JavaScript I/O</title> |
| 11 | + <link href='//fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'> |
| 12 | + <link href="style.css" rel="stylesheet" type="text/css"> |
| 13 | +</head> |
13 | 14 |
|
14 | 15 | <body>
|
15 |
| - <h1 class="heading">ES6 on io.js</h1> |
| 16 | + |
| 17 | + <header> |
| 18 | + <a href="index.html" class="logo">io.js</a> |
| 19 | + </header> |
| 20 | + |
| 21 | + <div id="content"> |
| 22 | + |
| 23 | + <h1>ES6 on io.js</h1> |
16 | 24 |
|
17 | 25 | <div class="description">
|
18 | 26 |
|
@@ -111,8 +119,18 @@ <h2 class="faq-title">
|
111 | 119 | <p>A formal plan has not been discussed yet but the TC is looking into regular updates, especially if there are no breaking changes from V8's API.</p>
|
112 | 120 | </div>
|
113 | 121 | </div>
|
114 |
| - <a class="button" href="index.html"> |
115 |
| - Back to home |
116 |
| - </a> |
117 |
| - </body> |
| 122 | + |
| 123 | + <nav> |
| 124 | + <a href="faq.html">FAQ</a> |
| 125 | + <a href="https://github.com/iojs/io.js/issues">Github Issues</a> |
| 126 | + <a href="https://github.com/iojs">Github Org</a> |
| 127 | + <a href="http://webchat.freenode.net/?channels=io.js">IRC Chat</a> |
| 128 | + <a href="http://logs.libuv.org/io.js/latest">Logs</a> |
| 129 | + <a href="es6.html">ES6</a> |
| 130 | + </nav> |
| 131 | + |
| 132 | + </div> |
| 133 | + |
| 134 | +</body> |
| 135 | + |
118 | 136 | </html>
|
0 commit comments