DreamLife_HomePage/index.html
2025-03-27 15:44:11 +08:00

50 lines
1.1 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>DreamLife|HomePage</title>
<link rel="stylesheet" href="homepage/css/footer.css">
<link rel="stylesheet" href="homepage/css/body.css">
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>DreamLife</h1>
<h3>这是我的网站首页,主页代码正在完善中</h3>
<ul>
<li>此网站将用于个人经历展示,个人技术分析</li>
<li>目前网站工具箱以基本完善</li>
<li>工具箱网站dreamlife.top/toolbox</li>
</ul>
</div>
<footer>
<p>&copy; 2025 DreamLife 版权所有</p>
</footer>
</body>
</html>