This commit is contained in:
teasiu
2024-07-10 21:40:05 +08:00
parent 9206f8bb61
commit f91c9c9092

View File

@@ -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">
<style> <title>Redirecting...</title>
body { <style>
width: 40em; body {
margin: 0 auto; font-family: Arial, sans-serif;
font-family: Tahoma, Verdana, Arial, sans-serif; display: flex;
} justify-content: center;
.content pre{ align-items: center;
position: relative; height: 100vh;
background-color: #f5f5f5; margin: 0;
border: 1px solid #ccc; background-color: #f0f0f0;
border-radius: 4px; transition: background-color 1s ease;
padding: 10px; }
} .message {
pre .btn-pre-copy{ text-align: center;
-webkit-user-select: none; padding: 20px;
-moz-user-select: none; }
-ms-user-select: none; h1 {
-khtml-user-select: none; font-size: 1.5em;
user-select: none; margin: 0.5em 0;
position: absolute; }
top: 10px; p {
right: 12px; font-size: 1em;
font-size: 12px; margin: 0.5em 0;
line-height: 1; }
cursor: pointer; </style>
color: hsla(0,0%,54.9%,.8);
transition: color .1s;
}
</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>