Files
doc/static/ad.html
2025-02-19 15:34:29 +08:00

49 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>海纳思系统官方通告</title>
<meta name="description" content="海纳思系统官方通告页面,提供广告位招租信息及系统使用统计。">
<style>
body {
max-width: 40em;
margin: 0 auto;
padding: 20px;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
#cookieConsent {
background: #f1f1f1;
padding: 10px;
margin: 10px 0;
border-radius: 4px;
}
</style>
</head>
<body>
<header>
<h1>海纳思系统官方广告位招租</h1>
</header>
<h2>42000+装机数</h2>
<h2>日活8000+</h2>
<h2>日增约100台</h2>
<h2>要求:符合海纳思服务器的环境需求</h2>
<h2>捐助并投放,与作者共赢!请联系:<a href="mailto:teasiu@163.com">teasiu@163.com</a></h2>
<div id="visitCounter"></div>
<footer>
版权 © <span id="currentYear"></span> <a href="https://www.ecoo.top/">www.ecoo.top</a>
</footer>
<script>
// 动态年份
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
</body>
</html>