test
This commit is contained in:
commit
2e807b473c
50
index.html
Normal file
50
index.html
Normal file
@ -0,0 +1,50 @@
|
||||
<!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>© 2025 DreamLife 版权所有</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user