104 lines
5.4 KiB
HTML
104 lines
5.4 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Microsoft 激活脚本 (MAS) - 激活工具</title>
|
||
<meta name="description" content="MSTOOL - 专业的Windows和Office激活工具,提供密钥检测、确认ID获取等多种实用功能。安全可靠,完全免费。">
|
||
<meta name="keywords" content="Windows激活,Office激活,密钥检测,确认ID获取,激活工具,MSTOOL">
|
||
<meta name="renderer" content="webkit">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||
<meta name="theme-color" content="#409EFF">
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
<body data-page="tool">
|
||
<a href="#main-content" class="skip-link">跳转到主要内容</a>
|
||
|
||
<nav class="nav" role="navigation" aria-label="主导航">
|
||
<div class="container">
|
||
<div class="logo" style="text-align: center;">
|
||
MSTOOL
|
||
</div>
|
||
<div style="text-align: center;">
|
||
<ul>
|
||
<li><a href="index.html">检测<br>密钥</a></li>
|
||
<li><a href="cid.html">获取<br>ID</a></li>
|
||
<li><a href="show-keys.html">可用<br>密钥</a></li>
|
||
<li><a href="tool.html" class="active">激活<br>工具</a></li>
|
||
<li><a href="about.html">关<br>于</a></li>
|
||
<li><a href="build.html">搭建<br>教程</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
<div class="container content" id="main-content">
|
||
<div class="card">
|
||
<div class="card-header">
|
||
Microsoft 激活脚本 (MAS)
|
||
<div style="font-size: 14px; color: #666; margin-top: 5px;">
|
||
开源、安全、可靠的 Windows 和 Office 激活解决方案
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="tool-description" style="background: #f8f9fa; padding: 15px; border-radius: 5px; margin-bottom: 20px;">
|
||
<p style="margin: 0; line-height: 1.6;">
|
||
MAS 是一个开源的 Windows 和 Office 激活工具,提供 HWID、Ohook 等多种激活方式,并具备完善的故障排除功能。它安全可靠,无需担心病毒或恶意软件的风险。
|
||
</p>
|
||
</div>
|
||
|
||
<div class="tool-features" style="margin: 25px 0;">
|
||
<h3 style="color: #333; margin-bottom: 15px; font-size: 18px;">
|
||
<i style="margin-right: 8px;">✨</i>主要功能
|
||
</h3>
|
||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;">
|
||
<div class="feature-item">
|
||
<div style="font-weight: bold; margin-bottom: 8px;">Windows 激活</div>
|
||
<div style="color: #666; font-size: 14px;">支持各版本 Windows 系统激活</div>
|
||
</div>
|
||
<div class="feature-item">
|
||
<div style="font-weight: bold; margin-bottom: 8px;">Office 激活</div>
|
||
<div style="color: #666; font-size: 14px;">支持多个版本 Office 套件激活</div>
|
||
</div>
|
||
<div class="feature-item">
|
||
<div style="font-weight: bold; margin-bottom: 8px;">HWID 激活</div>
|
||
<div style="color: #666; font-size: 14px;">数字许可证永久激活方案</div>
|
||
</div>
|
||
<div class="feature-item">
|
||
<div style="font-weight: bold; margin-bottom: 8px;">故障排除</div>
|
||
<div style="color: #666; font-size: 14px;">提供全面的激活问题诊断修复</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="download-section" style="text-align: center; margin-top: 30px; padding: 20px; background: #f8f9fa; border-radius: 5px;">
|
||
<h3 style="color: #333; margin-bottom: 15px; font-size: 18px;">
|
||
获取方式
|
||
</h3>
|
||
<p style="color: #666; margin-bottom: 20px;">
|
||
点击下方按钮,了解详细信息和下载方式
|
||
</p>
|
||
<a href="https://mp.weixin.qq.com/s/WAoQx7BUUPIfiOQQCicCqQ"
|
||
class="btn"
|
||
target="_blank"
|
||
style="display: inline-block; padding: 12px 30px; font-size: 16px; text-decoration: none; background: #007bff; color: #fff; border-radius: 5px; transition: background 0.3s;">
|
||
<i style="margin-right: 8px;">📥</i>查看详细信息
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<footer class="footer">
|
||
<div class="container">
|
||
© <span id="current-year"></span> MSTOOL | 公众号:<a href="javascript:void(0);">CTRLER</a>
|
||
</div>
|
||
</footer>
|
||
|
||
<script src="js/main.js"></script>
|
||
<script>
|
||
// 设置年份
|
||
document.getElementById('current-year').textContent = new Date().getFullYear();
|
||
</script>
|
||
</body>
|
||
</html> |