mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 16:10:42 +08:00
36 lines
876 B
HTML
36 lines
876 B
HTML
<!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="feature-list">
|
|
<h2>核心功能</h2>
|
|
|
|
<article class="feature">
|
|
<h3>目前没有什么东西,别看了,害羞(✿◡‿◡)
|
|
</article>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<nav>
|
|
<a href="index.html">首页</a>
|
|
<a href="about.html">关于</a>
|
|
</nav>
|
|
<p>© 2025 kortapp-z 团队</p>
|
|
</footer>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|