-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
29 lines (29 loc) · 1.37 KB
/
home.html
File metadata and controls
29 lines (29 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>Vale Decem</title>
</head>
<body>
<img src="./images/decem-ruowin.jpg" alt="Decem" class="decem-img" decoding="async">
<h1>🦊 自我介绍</h1>
<p>大家好,我是<strong>Decem</strong>,一名热爱编程和技术的开发者。</p>
<h2>📚 技能与兴趣</h2>
<ul>
<li>擅长的编程语言: 🐍🟡Python🐍🔵</li>
<li>不擅长的编程语言: ☕️♨️Java, 🌐JavaScript,🌿C++</li>
<li>兴趣爱好:开源项目、技术博客、异型魔方、游戏开发...</li>
</ul>
<h2>🎮 有哪些好玩的</h2>
<a href="./games/index.html">游戏索引</a>
<p>我知道有很多bug,我以后会慢慢修的</p>
<h2>🌐 联系方式</h2>
<p>欢迎通过以下方式与我联系:</p>
<ul>
<li>📧 电子邮件: <a href="mailto:utdudxkc@outlook.com?cc=3887562729@qq.com&subject=我喜欢你&body=其实我喜欢你很久了">utdudxkc@outlook.com</a></li>
<li>🐱 GitHub: <a href="https://github.com/defaultuser233">CatAlyst</a></li>
<li>🐧 QQ: <a href="https://res.abeim.cn/api/qq/?qq=1284219057">点击链接加我好友</a></li>
</ul>
<h3>🚀 感谢您的访问!</h3>
</body>
</html>