Blame view

thirdparty.html 1.99 KB
79e40ad9   liuqimichale   第三方
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
  <!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="UTF-8">
      <meta name="renderer" content="webkit">
      <meta name="renderer" content="ie-comp">
      <meta name="renderer" content="ie-stand">
      <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">
          <!--<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=''">
                  PDA
              </li>
              <li onclick="window.location.href=''">
                  微信服务号
              </li>
              <li class="visitActive">
                  第三方
              </li>
          </ul>
      </nav>
      <section class="float-left">
          <div class="section-wrap">
              <>
          </div>
      </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 src="https://cdn.bootcss.com/echarts/3.6.1/echarts.min.js"></script>
  <script type="text/javascript">
      document.write("<s" + "cript type='text/javascript' src='js/index.js?ver" + Math.random() + "'></s" + "cript>");
  </script>
  </body>
  </html>