Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit cb0cfe8

Browse files
committed
Adds de/es6.md fallback file
1 parent df4e5b7 commit cb0cfe8

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

content/de/es6.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- Pending translation -->
2+
<meta http-equiv="refresh" content="0;/en/es6.html">
3+
<script>window.location.href='/en/es6.html';</script>
4+
5+
<!-- de i18n team, feel free to put a redirect notice here -->

public/de/es6.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<!DOCTYPE html>
2+
<html lang="de">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>io.js - JavaScript I/O</title>
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="viewport" content="width=device-width,initial-scale=1">
9+
<meta name="description" content="io.js is an npm compatible platform originally based on node.js">
10+
<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">
11+
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
12+
<link href="../main.css" rel="stylesheet">
13+
<link href="../mobile.css" rel="stylesheet">
14+
<link href="../es6.css" rel="stylesheet">
15+
<link rel="icon" href="/images/1.0.0.ico" type="image/x-icon">
16+
<link rel="apple-touch-icon" href="/images/apple-touch-icon-1.0.0.png">
17+
<meta property="og:image" content="https://iojs.org/images/1.0.0.png">
18+
<meta property="og:image:type" content="image/png">
19+
<meta property="og:image:width" content="1369">
20+
<meta property="og:image:height" content="1563">
21+
</head>
22+
23+
<body markdown-page="es6">
24+
25+
<header>
26+
<div class="content">
27+
<a href="index.html" class="logo">io.js</a>
28+
<div class="spacer"></div>
29+
<a href="faq.html">FAQ</a>
30+
<a href="es6.html">ES6</a>
31+
<a href="https://iojs.org/api/">API Docs</a>
32+
</div>
33+
</header>
34+
35+
<div class="content clearfix"><!-- Pending translation -->
36+
<meta http-equiv="refresh" content="0;/en/es6.html">
37+
<script>window.location.href='/en/es6.html';</script>
38+
<!-- de i18n team, feel free to put a redirect notice here -->
39+
</div>
40+
41+
<footer class="content">
42+
<nav>
43+
<a href="https://github.com/iojs/io.js/issues">GitHub Issues</a><!--
44+
--><a href="https://github.com/iojs">GitHub Org</a><!--
45+
--><a href="https://webchat.freenode.net/?channels=io.js">IRC Chat</a><!--
46+
--><a href="http://logs.libuv.org/io.js/latest">Logs</a><!--
47+
--><a href="https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme">Governance</a>
48+
</nav>
49+
</footer>
50+
51+
<!-- See something you like? Want to help? Visit https://github.com/iojs/website to contribute -->
52+
</body>
53+
54+
</html>
55+
<!--
56+
=========== BUILD INFORMATION ===========
57+
58+
Build Time: 2015-02-28 15:17:35 UTC
59+
60+
Commit Sha: df4e5b73f8f86bc8a82b1ffb277814923949460b
61+
Commit Msg: Merge branch 'master' into 246_removes_empty_i18n_articles
62+
Hashsum: 04abc46bd586c0b80ac93785cd8da8eb2624aeaa
63+
64+
=========== END BUILD INFORMATION ===========
65+
-->

0 commit comments

Comments
 (0)