Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
web_flea_market
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
web_flea_market
Commits
f305fc15
Unverified
Commit
f305fc15
authored
Dec 01, 2022
by
pig40
Committed by
GitHub
Dec 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add files via upload
parent
f1fb510a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
26 deletions
+62
-26
index.html
flea_market/index.html
+62
-26
No files found.
flea_market/index.html
View file @
f305fc15
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
首页
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</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>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"main.css"
>
</head>
<body>
<!-- 添加logo -->
<div
class=
"logo"
>
<img
src=
"img/logo.png"
></div>
<!-- 添加搜索表单 -->
<form
class=
"searchform"
>
<input
type=
"text"
name=
"search"
id=
"search"
/>
<input
type=
"submit"
value=
"搜索"
id=
"button"
/>
</form>
<!--
添加搜索关键字超链接 -->
<div
class=
"navigation"
>
<a
href=
"#"
>
手机
</a>
|
<a
href=
"#"
>
电脑
</a>
|
<a
href=
"#"
>
旧书
</a>
|
<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
©
uuo00n
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment