thirdparty.html
3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="edge" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google" content="notranslate" />
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>第三方</title>
<link rel="stylesheet" href="css/libCss/common.css">
<link rel="stylesheet" href="css/libCss/bootstrap.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<header>
<div class="float-left java-logo">
<!--<span></span>-->
<span class="java-title"></span>
</div>
<div class="java-loginout float-right" id="login_out_btn">
<!--<span class="java-loginout"></span>-->
</div>
</header>
<div class="main-wrap">
<nav class="float-left">
<ul class="nav-ul">
<li onclick="window.location.href='index.html'">
任你停
</li>
<li onclick="window.location.href='pdalatform.html'">
PDA
</li>
<li onclick="window.location.href='wechatlatform.html'">
微信服务号
</li>
<li class="visitActive">
第三方
</li>
<li onclick="window.open('http://120.26.116.79:8001/')">
阿里云dubbo-monitor
</li>
<li onclick="window.open('http://120.26.116.79:18080/dubbo/')">
阿里云dubbo
</li>
<li onclick="window.open('http://120.26.116.79:48088/toLogin')">
阿里云xxl-job
</li>
</ul>
</nav>
<section class="float-left">
<!--<div class="section-wrap">-->
<!---->
<!--</div>-->
<div class="thirdparty-title"></div>
<ul class="thirdparty-main">
<li>
<img src="image/thirdparty-1.png">
</li>
<li>
<img src="image/thirdparty-2.png">
</li>
<li>
<img src="image/thirdparty-3.png">
</li>
<li>
<img src="image/thirdparty-4.png">
</li>
<li>
<img src="image/thirdparty-5.png">
</li>
<li>
<img src="image/thirdparty-6.png">
</li>
<li>
<img src="image/thirdparty-7.png">
</li>
<li>
<img src="image/thirdparty-8.png">
</li>
<li>
<img src="image/thirdparty-9.png">
</li>
</ul>
</section>
</div>
<script type="text/javascript" src="js/libJs/jquery.min.js"></script>
<script type="text/javascript" src="js/libJs/bootstrap.min.js"></script>
<script type="text/javascript" src="js/unit.js"></script>
<script type="text/javascript" src="js/common.js?s=2"></script>
</body>
</html>