1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00
docker-labs/www/bypass.html
2017-05-09 19:18:47 +08:00

27 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html ng-app="DockerPlay" ng-controller="BypassController">
<head>
<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>欢迎来到 Docker 在线实验室!</h1>
<h3>请点击开始,无需安装任何环境,在线体验 Docker</h3>
<form id="welcomeFormBypass" method="POST" action="/">
<button id="start" type="submit">开启一个新实验室</button>
</form>
<img src="/assets/large_h.png" />
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-animate.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-aria.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.js"></script>
<script src="/assets/app.js"></script>
</html>