31 lines
810 B
HTML
31 lines
810 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>DreamLife|HomePage</title>
|
|
<link rel="stylesheet" href="css/footer.css">
|
|
<link rel="stylesheet" href="css/body.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
<h1>DreamLife</h1>
|
|
<h3>这是我的网站首页,主页代码正在完善中</h3>
|
|
<ul>
|
|
<li>此网站将用于个人经历展示,个人技术分析</li>
|
|
<li>目前网站工具箱以基本完善</li>
|
|
<li>工具箱网站dreamlife.top/toolbox</li>
|
|
</ul>
|
|
<h2>您的当前区域时间</h2>
|
|
<p id="timeDisplay">加载中...</p>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© 2025 DreamLife 版权所有</p>
|
|
</footer>
|
|
|
|
<script src="javascape/time.js"></script>
|
|
|
|
</body>
|
|
</html> |