update
This commit is contained in:
@@ -1,60 +1,46 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta charset="UTF-8">
|
||||||
<title>海纳思系统官方通告</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Redirecting...</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
width: 40em;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0 auto;
|
display: flex;
|
||||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 100vh;
|
||||||
|
margin: 0;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
transition: background-color 1s ease;
|
||||||
}
|
}
|
||||||
.content pre{
|
.message {
|
||||||
position: relative;
|
text-align: center;
|
||||||
background-color: #f5f5f5;
|
padding: 20px;
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
pre .btn-pre-copy{
|
h1 {
|
||||||
-webkit-user-select: none;
|
font-size: 1.5em;
|
||||||
-moz-user-select: none;
|
margin: 0.5em 0;
|
||||||
-ms-user-select: none;
|
}
|
||||||
-khtml-user-select: none;
|
p {
|
||||||
user-select: none;
|
font-size: 1em;
|
||||||
position: absolute;
|
margin: 0.5em 0;
|
||||||
top: 10px;
|
|
||||||
right: 12px;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 1;
|
|
||||||
cursor: pointer;
|
|
||||||
color: hsla(0,0%,54.9%,.8);
|
|
||||||
transition: color .1s;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="message">
|
||||||
|
<h1>正在重定向...</h1>
|
||||||
|
<p>请稍候,正在将您转向广告页面。</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<header>
|
<script>
|
||||||
<h1>海纳思系统官方广告位招租</h1>
|
document.body.style.backgroundColor = "#fff";
|
||||||
</header>
|
|
||||||
|
|
||||||
<h2>22000+装机数</h2>
|
|
||||||
<h2>日活6000+</h2>
|
|
||||||
<h2>日增约100台</h2>
|
|
||||||
<h2>要求:符合海纳思服务器的环境需求</h2>
|
|
||||||
<h2>捐助并投放,与作者共赢!请联系本站</h2>
|
|
||||||
<br/>
|
|
||||||
<br/>邮箱 admin@ecoo.top
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<footer>
|
|
||||||
版权 © <span class="year">2023</span> <a href="http://www.ecoo.top/">www.ecoo.top</a>
|
|
||||||
</footer>
|
|
||||||
<br/><br/>
|
|
||||||
|
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
window.location.href = "ad.pdf";
|
||||||
|
}, 2000);
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user