version.html 1.32 KB
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  <link rel="icon" href="cms.ico">
  <title>CNLive Audio Panel</title>
  <style>
    .version-page {
      text-align: center;
    }

    .b-container {
      width: 60%;
      margin: 0 auto;
      margin-top: 200px;
    }
  </style>
</head>

<body>
  <div class="version-page">
    <div class="b-container">
      <h2>为了您的数据安全,请使用chrome内核的浏览器阅览本站内容。</h2>
      <h3>推荐浏览器:</h3>
      <div style="margin: 10px 0;"><a href="https://www.google.cn/chrome/" target="_blank">Chrome 谷歌浏览器</a></div>
      <div style="margin: 10px 0;"><a href="http://www.firefox.com.cn/" target="_blank">FireFox 火狐浏览器</a></div>
      <div style="margin: 10px 0;"><a href="http://browser.360.cn/" target="_blank">360浏览器【极速】模式</a></div>
      <h5 style="color: red;">请避免使用360浏览器【兼容】模式</h5>
    </div>
  </div>
  <noscript>
    <strong>We're sorry but it doesn't work properly without JavaScript enabled. Please enable it
        to continue.</strong>
  </noscript>
  <!-- built files will be auto injected -->
</body>

</html>