Commit ee23a160 authored by Administrator's avatar Administrator

首页

parents
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>首页</title>
</head>
<body>
<header>
<h1>跳蚤市场LOGO</h1>
<nav>导航: 首页 注册 登录</nav>
<hr>
</header>
<article>
<h1>商品列表</h1>
<section>商品第一部分</section>
<section>商品第二部分</section>
<section>商品第三部分</section>
<section>商品第四部分</section>
<section>商品第五部分</section>
</article>
<footer>
<hr>
<p>版权所有&copy;xxx公司</p>
</footer>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment