1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 17:33:21 +08:00

Update to 163yun and Chinese

This commit is contained in:
bingohuang
2017-05-09 19:18:47 +08:00
parent 24f8c9fc62
commit 87e75f59ae
9 changed files with 83 additions and 50 deletions

View File

@@ -1,17 +1,19 @@
<!doctype html>
<html ng-app="DockerPlay" ng-controller="BypassController">
<head>
<title>Docker Playground</title>
<title>Docker 在线实验室</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css">
<link rel="stylesheet" href="/assets/style.css" />
<script src='/assets/baidu-tongji.js'></script>
</head>
<body class="welcome">
<div>
<h1>Welcome!</h1>
<h2>We're bypassing the Captcha and redirecting you now..</h2>
<h1>欢迎来到 Docker 在线实验室!</h1>
<h3>请点击开始,无需安装任何环境,在线体验 Docker</h3>
<form id="welcomeFormBypass" method="POST" action="/">
<button id="start" type="submit">Start Session</button>
<button id="start" type="submit">开启一个新实验室</button>
</form>
<img src="/assets/large_h.png" />
</div>
</body>