Skip to content

Commit

Permalink
Add chinese version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Oct 8, 2011
1 parent 7efcc20 commit 955a938
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -12,7 +12,7 @@
</head>
<body>
<div id="main">
<h1>V5 Framework</h1>
<h1>V5 Framework <a href="index_cn.html">[中文版]</a></h1>
<div class="wikistyle">
<h2>Welcome to the V5 framework!</h2>
<p><a href="http://v5framework.com/">V5 Framework Homepage</a><br />
Expand Down
29 changes: 29 additions & 0 deletions index_cn.html
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>V5 Mobile Web App Framework</title>
<link rel="apple-touch-icon" href="assets/images/icon.png" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
</head>
<body>
<div id="main">
<h1>V5 Mobile Web App Framework <a href="index_cn.html">[English version]</a></h1>
<div class="wikistyle">
<h2>欢迎来到V5移动网页应用框架主页!</h2>
<p><a href="http://v5framework.com/">主页</a><br />
<a href="http://v5framework.com/docs">文档</a><br />
<a href="https://github.com/V5Framework/V5/wiki/FAQ">常见问题</a>
</p>
<h2>用V5框架一步一步搭建属于您的移动网页应用</h2>
<p><a href="https://github.com/V5Framework/V5/wiki/Create-your-mobile-web-app-with-V5-framework-step-by-step">初试牛刀</a><br />
<a href="https://github.com/V5Framework/V5/wiki/Redirect-between-multiple-pages">多网页应用</a><br />
<a href="https://github.com/V5Framework/V5/wiki/Make-your-web-app-like-a-native-app">令您的网页像本地程序</a>
</p></div>
</div>
</body>
</html>

0 comments on commit 955a938

Please sign in to comment.