<!DOCTYPE html> <html lang="en">
<head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title>
</head>
<style>
* {
margin: 0;
padding: 0;
}
.page {
width: 1000px;
margin: auto;
}
.header {
width: 100%;
height: 300px;
background-image: url(./img/header.jpg);
background-repeat: no-repeat;
background-size: 100%;
cursor: pointer;
}
.main {
width: 100%;
display: flex;
justify-content: space-between;
}
.left {
width: 68%;
height: 800px;
background-image: url(./img/left.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.right {
width: 27%;
}
.right_box {
height: 207px;
background-image: url(./img/right.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
margin-bottom: 30px;
}
</style>
<body>
</body> <script>
function qqq() {
location.href = "https://turchine.com/turchinewiki/index.php/"
}
</script>
</html>