mirror of https://github.com/tp4a/teleport
68 lines
1.7 KiB
HTML
68 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
||
<!--[if IE 8]>
|
||
<html lang="en" class="ie8"><![endif]-->
|
||
<!--[if !IE]><!-->
|
||
<html lang="zh_CN">
|
||
<!--<![endif]-->
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
<title>TELEPORT助手</title>
|
||
<link rel="shortcut icon" href="favicon.png">
|
||
|
||
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
||
|
||
<style type="text/css">
|
||
.info-box {
|
||
padding:20px;
|
||
margin:40px;
|
||
border:1px solid #78b17c;
|
||
background-color:#e4ffe5;
|
||
/* font-size: 140%; */
|
||
}
|
||
.warning-box {
|
||
padding:20px;
|
||
margin:40px;
|
||
border:1px solid #eac781;
|
||
background-color: #f9f5d7;
|
||
}
|
||
</style>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<div class="header">
|
||
<div class="container">
|
||
<span class="title"><i class="fa fa-cog fa-fw"></i> Teleport 助手</span>
|
||
<span class="sub-title" id="version"></span>
|
||
</div>
|
||
</div>
|
||
<div class="header-fix"></div>
|
||
|
||
<div class="footer">
|
||
<div class="container">
|
||
<p><a href="https://tp4a.com/" target="_blank">TELEPORT</a> | ©2015 - 2022,保留所有权利。</p>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="container">
|
||
|
||
<div class="content">
|
||
|
||
<div class="info-box">
|
||
Teleport助手工作正常!
|
||
</div>
|
||
|
||
<p><a href="/config">进入助手配置界面</a></p>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</body>
|
||
|
||
</html> |