Files

73 lines
4.3 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>免责声明 - 资源分享</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
background: #f5f7fa;
color: #333;
line-height: 1.8;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
padding: 40px;
}
h1 {
font-size: 22px;
text-align: center;
margin-bottom: 30px;
color: #1a1a2e;
border-bottom: 2px solid #e8e8e8;
padding-bottom: 16px;
}
h2 { font-size: 16px; margin: 24px 0 10px; color: #1a1a2e; }
h3 { font-size: 15px; margin: 18px 0 8px; color: #303133; }
p { margin: 8px 0; text-indent: 2em; font-size: 14px; }
.highlight { background: #fff3cd; padding: 1px 4px; border-radius: 3px; }
.footer { margin-top: 30px; padding-top: 16px; border-top: 1px solid #e8e8e8; text-align: center; font-size: 12px; color: #999; }
.back-link { display: inline-block; margin-top: 20px; color: #409eff; text-decoration: none; font-size: 14px; }
.back-link:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="container">
<h1>📜 网站免责声明</h1>
<h2>一、版权与资源声明</h2>
<p>本网站(<a href="https://hk-zy.timaa.cn" target="_blank">hk-zy.timaa.cn</a>)是一个基于开源项目搭建的<strong>非盈利性个人站点</strong>,旨在分享与交流技术资源。本网站所有资源均收集整理自互联网,其版权、著作权均归原作者或发行公司所有。本网站不对资源的版权归属进行实质审查,对于任何由资源本身引发的版权争议概不负责。</p>
<h2>二、使用限制与法律责任</h2>
<p>用户在本网站下载的所有软件、资料等资源,仅供<strong>个人学习、研究、技术交流</strong>,严禁用于任何商业或非法用途。用户必须在下载后的<strong class="highlight">24小时内</strong>,从个人电脑及存储设备中彻底删除相关内容。如用户喜欢该程序或内容,请支持正版,到官方网站购买注册。</p>
<p>因用户不当使用(包括但不限于商业使用、非法传播、破解侵权)而引发的一切法律纠纷及后果,由用户<strong>自行承担</strong>,本网站及网站管理者不承担任何连带责任。</p>
<h2>三、"避风港原则"与侵权处理</h2>
<p>依据《信息网络传播权保护条例》,本网站仅提供信息存储空间服务或资源索引服务。若用户上传或分享的内容侵犯了您的合法权益,请您立即通过以下联系方式与我们交涉。</p>
<p><strong>联系方式:</strong> 3337598077@qq.com</p>
<p><strong>处理措施:</strong> 我们在收到权利人发出的合格通知(包括权属证明和侵权链接)后,将在合理期限内对涉嫌侵权内容进行核实、断开链接或直接删除。</p>
<p><strong>唯一目的:</strong> 本网站为纯公益、非盈利性分享,绝无意侵害任何第三方权益。若内容涉及侵权,实属无意,请版权方及时通知以便我们处理。</p>
<h2>四、用户行为与网站免责</h2>
<p>访问者在本网站进行下载、浏览时,须自行承担风险。本网站不保证资源完全无毒、无缺陷或绝对安全,对于因使用本站资源而造成的硬件损坏、数据丢失等损失,本网站不负任何责任。</p>
<p>本站内容仅代表资源提供者的个人观点,不代表本站立场。对于任何站点外部链接的真实性、合法性,本站不承担担保责任。</p>
<p>凡以任何方式登陆本网站或直接、间接使用本网站资源者,视为自愿接受本网站免责声明的约束。</p>
<h2>五、法律适用</h2>
<p>本声明未涉及的问题参见国家有关法律法规。当本声明与国家法律法规冲突时,以国家法律法规为准。本网站保留对本声明的最终解释权。</p>
<div class="footer">
<p style="text-indent:0">更新日期2026年5月 · 版本 V1.0</p>
<a class="back-link" href="/" onclick="history.length > 1 ? history.back() : (location.href='/'); return false;">← 返回首页</a>
</div>
</div>
</body>
</html>