1 Star 0 Fork 0

张洪财 / zhanghongcai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1022 Bytes
一键复制 编辑 原始数据 按行查看 历史
张洪财 提交于 2024-02-26 16:26 . init
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>张洪财个人首页</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
padding: 20px;
color: #fff;
text-align: center;
}
h1 {
margin: 0;
}
main {
padding: 20px;
}
footer {
background-color: #333;
padding: 20px;
color: #fff;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>个人首页</h1>
</header>
<main>
<h2>欢迎来到我的个人首页!</h2>
<p>这里是我的个人展示页面。</p>
<h3>个人信息</h3>
<ul>
<li>姓名:张洪财</li>
<li>职业:开发工程师</li>
</ul>
<h3>我的爱好</h3>
<ul>
<li>编程</li>
<li>阅读</li>
<li>旅行</li>
</ul>
</main>
<footer>
&copy; 2024 张洪财
</footer>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/zivy/zhanghongcai.git
git@gitee.com:zivy/zhanghongcai.git
zivy
zhanghongcai
zhanghongcai
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891