Files
kortapp-z/docs/about.html
2025-06-22 10:04:45 +08:00

50 lines
1.6 KiB
HTML
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>关于kortapp-z</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>关于kortapp-z</h1>
<p>了解我们的项目和团队</p>
</header>
<main>
<section class="about-project">
<h2>项目简介</h2>
<p>kortapp-z是一个专为Windows系统设计的实用工具集合旨在提供一站式的系统优化和管理解决方案。</p>
<p>项目始于2025年由热爱效率工具的开发者创建。</p>
</section>
<section class="team">
<h2>开发团队</h2>
<p>我们的团队由经验丰富的开发人员组成,专注于创建高质量的系统工具。</p>
<ul>
<li>核心开发者: 1人</li>
<li>UI设计师: 1人</li>
<li>测试工程师: 1人</li>
</ul>
</section>
<section class="contact">
<h2>联系我们</h2>
<p>如有任何问题或建议欢迎通过GitHub提交issue或pull request。</p>
<a href="https://github.com/zs-yg/kortapp-z/issues" target="_blank">提交反馈</a>
</section>
</main>
<footer>
<nav>
<a href="index.html">首页</a>
<a href="features.html">功能</a>
</nav>
<p>&copy; 2025 kortapp-z 团队</p>
</footer>
<script src="script.js"></script>
</body>
</html>