XiYun/index.html
2024-08-29 08:49:58 +08:00

49 lines
1.7 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>汐云安全工作室 - 主页</title>
<link rel="stylesheet" href="css/index-style.css">
</head>
<body>
<header>
<h1>汐云安全工作室</h1>
<p>热爱编程、科技、IT的年轻团队</p>
</header>
<nav>
<a href="">主页</a>
<a href="members.html">主要成员</a>
<a href="portfolio.html">作品展示</a>
<a href="about.html">关于我们</a>
<a href="xysoft.html">软件商店</a>
<a href="sosuo.html">汐云搜索</a>
<a href="yl.html">友情链接</a>
<a href="mx.html">鸣谢</a>
</nav>
<section id="home" class="content">
<h2>欢迎来到汐云安全工作室</h2>
<p>汐云安全工作室是一个由00后组建的工作室</p>
<p>工作室的成员来自五湖四海.我们有初学者,有经验丰富的人,每个人都带对科技的热爱加入到这个大家庭中。</p>
<p>我们致力于在不同领域中探索包括Web开发、杀毒开发、浏览器开发....</p>
</section>
<footer>
<p>&copy; 2022-2024 汐云安全工作室</p>
<div class="custom">
<div id="cc-myssl-id" style="text-align: center">
</div>
<div class="ycyun">
本网站由 <a href="https://www.rainyun.com/OTMxOTE=_"><img src="picture/rainyun.png"></a> 提供CDN加速/云服务器服务<br><br>
</div>
</div> </div>
</footer>
</body>
</html>