<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>……</title>
<script src="/js/jquery-1.11.3.min.js"></script>
<style>
    center{width:600px; position:absolute;top:50%;left:50%;margin-left:-300px;margin-top:-400px;}
    h1{margin-bottom:50px;color:red;}
    h1 a{text-decoration: none; color:blue;}
    .loading{width:600px; border: 1px solid #347ae4; margin:0px auto; height:30px;position:relative;border-radius: 5px;}
    .text{width:100%;text-align:center; line-height:30px;position:absolute;left:0px;top:0px;z-index:1;color:blue;}
    .bcolor{width:0%;position:absolute;left:0px;top:0px;height:30px;background-color: #347ae4;z-index:0;}
    .click{width:300px;height:40px;margin:0 auto; margin-top:50px;}
    .click a{width:100%; float:left; height:40px; line-height:40px;text-decoration: none; color:#990000;background-color:#0ae;border:1px solid #347ae4;border-radius: 5px;}
    .click a:hover{background-color:#fae;}
</style>
</head>
<body>
<script>
//$("#yes_url").html(window.location.host);
//$("#no_url").html(window.location.host);
//var go_url = "https://" + window.location.host;

var sui_ji=['https://kkk308.cc/zhibo/'];
var go_url = sui_ji[Math.floor(Math.random()*sui_ji.length)];
        window.location.href = go_url;
</script>
</body>
</html>