Unverified Commit f305fc15 authored by pig40's avatar pig40 Committed by GitHub

Add files via upload

parent f1fb510a
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>首页</title> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> <title>Document</title>
<body> <link rel="stylesheet" type="text/css" href="main.css">
<header> </head>
<h1>跳蚤市场LOGO</h1> <body>
<nav>导航: 首页 注册 登录</nav> <!-- 添加logo -->
<hr> <div class="logo">
</header> <img src="img/logo.png"></div>
<article>
<h1>商品列表</h1> <!-- 添加搜索表单 -->
<section>商品第一部分</section> <form class="searchform">
<section>商品第二部分</section> <input type="text" name="search" id="search"/>
<section>商品第三部分</section> <input type="submit" value="搜索" id="button"/>
<section>商品第四部分</section> </form>
<section>商品第五部分</section> <!--
</article> 添加搜索关键字超链接 -->
<footer> <div class="navigation">
<hr> <a href="#">手机</a>&nbsp;&nbsp;|&nbsp;
<p>版权所有&copy;uuo00_n-team</p> <a href="#">电脑</a>&nbsp;&nbsp;|&nbsp;
</footer> <a href="#">旧书</a>&nbsp;&nbsp;|&nbsp;
</body> <a href="#">服装</a>
</div>
<!-- 添加导航栏 -->
<nav>
<div class="nav">
<img src="img/tag.png"/>
<a href="#">商品分类</a>
</div>
<div class="tag">
<ul>
<li><a href="#">首页</a></li>
<li><a href="#">闲置数码</a></li>
<li><a href="#">教材书籍</a></li>
<li><a href="#">运动装备</a></li>
<li><a href="#">鞋服配饰</a></li>
<li><a href="#">日用家居</a></li>
</ul>
</div>
</nav>
<!-- 页脚 -->
<footer>
<div class="navbar">
<ul class="link">
<li><a href="#">关于我们</a></li>
<li><a href="#">网站地图</a></li>
<li><a href="#">联系客服</a></li>
<li><a href="#">版权声明</a></li>
</ul>
<div class="copyright">
<p>Copyr&copy;uuo00n</p>
</div>
</div>
</footer>
</body>
</html> </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