Blame view

thirdparty.html 3.15 KB
79e40ad9   liuqimichale   第三方
1
2
3
4
  <!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="UTF-8">
e0d1dedb   liuqimichale   box-shadow:0 0 10...
5
6
      <meta http-equiv="X-UA-Compatible" content="edge" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
79e40ad9   liuqimichale   第三方
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
      <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>
887ce88f   Andy   loginout
24
      <div class="java-loginout float-right" id="login_out_btn">
79e40ad9   liuqimichale   第三方
25
26
27
28
29
30
31
32
33
          <!--<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>
dee6668c   Andy   pda wechat
34
              <li onclick="window.location.href='pdalatform.html'">
79e40ad9   liuqimichale   第三方
35
36
                  PDA
              </li>
dee6668c   Andy   pda wechat
37
              <li onclick="window.location.href='wechatlatform.html'">
79e40ad9   liuqimichale   第三方
38
39
40
41
42
                  微信服务号
              </li>
              <li class="visitActive">
                  第三方
              </li>
354d140b   langlw   添加3个tab页
43
44
45
46
47
48
              <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>
e7b6f54f   Andy   add
49
              <li onclick="window.open('http://120.26.116.79:48088/toLogin')">
354d140b   langlw   添加3个tab页
50
51
                  阿里云xxl-job
              </li>
79e40ad9   liuqimichale   第三方
52
53
54
          </ul>
      </nav>
      <section class="float-left">
953756c0   liuqimichale   第三方
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
          <!--<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>
79e40ad9   liuqimichale   第三方
88
89
90
91
92
93
      </section>
  </div>
  
  
  <script type="text/javascript" src="js/libJs/jquery.min.js"></script>
  <script type="text/javascript" src="js/libJs/bootstrap.min.js"></script>
887ce88f   Andy   loginout
94
95
  <script type="text/javascript" src="js/unit.js"></script>
  <script type="text/javascript" src="js/common.js?s=2"></script>
79e40ad9   liuqimichale   第三方
96
97
  </body>
  </html>