Commit 947c28d8 authored by HuangJunbo's avatar HuangJunbo 💻

移动文件路径

Signed-off-by: HuangJunbo's avataruuo00_n <uuo00_n@outlook.com>
parent 5e663ba6
Pipeline #19 failed with stages
<!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>
<style>
</style>
<link href="css/common.css" rel="stylesheet" type="text/css"/>
<link href="css/index.css" rel="stylesheet"/>
</head>
<body>
<header>
<div class="logo">
<img src="img/logo.png">
</div>
<div class="search">
<form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form>
</div>
</header>
<footer>
<ul>
<li><a class="active" href="index.html">首页</a></li>
<li><a href="add_product.html">商品管理</a></li>
<li><a href="product_list.html">商品列表</a></li>
<li><a href="">个人中心</a></li>
</ul>
<div style="height: 50px;" hidden="hidden"></div>
</footer>
<article>
<figure>
<img src="img/index.png"/>
<section>
<ul class="list_group">
<li>
<img src="img/goods1.png"/>
<p><a href="#">手机</a></p>
</li>
<li>
<img src="img/goods2.png"/>
<p><a href="#">吸尘器</a></p>
</li>
<li>
<img src="img/goods3.png"/>
<p><a href="#">手机</a></p>
</li>
<li>
<img src="img/goods4.png"/>
<p><a href="#">洗衣机</a></p>
</li>
<li>
<img src="img/goods7.png"/>
<p><a href="#">镜头</a></p>
</li>
<li>
<img src="img/goods8.png"/>
<p><a href="#">相机</a></p>
</li>
</ul>
</section>
</figure>
</article>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="device-width,initial-scale=1.0"/>
<link href="css/common.css"/ type="text/css" rel="stylesheet">
<link href="css/index.css"/ type="text/css" rel="stylesheet">
<link href="css/product_list.css" type="text/css" rel="stylesheet"/>
<title>跳蚤市场</title>
</head>
<style>
@font-face {
font-family: myFont;
src: url('img/STFANGSO.TTF');
}
</style>
<body>
<header>
<div class="logo">
<img src="img/logo.png">
</div>
<div class="search">
<form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form>
</div>
</header>
<article>
<nav id="category">
<ul class="list_side">
<li class="active">手机</li>
<li>家电</li>
<li>相机</li>
<li>电脑</li>
</ul>
</nav>
</article>
<div id="products">
<ul class="list_group">
<li>
<img src="img/goods1.png"/>
<p><a href="#">华为p30</a></p>
</li>
<li>
<img src="img/goods1.png"/>
<p><a href="#">OPPO Reno</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">OPPO Reno</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">vivo X23</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">iPhone 8</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">vivo X23</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">iPhone 8</a></p>
</li>
</ul>
</div>
<hr>
<footer>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="add_product.html">商品管理</a></li>
<li><a class="active" href="product_list.html">商品列表</a></li>
<li><a href="#">个人中心</a></li>
</ul>
<div style="height: 50px" hidden="hidden"></div>
</footer>
</body>
</html>
\ No newline at end of file
...@@ -2,9 +2,66 @@ ...@@ -2,9 +2,66 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>hello</title> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
</style>
<link href="css/common.css" rel="stylesheet" type="text/css"/>
<link href="css/index.css" rel="stylesheet"/>
</head> </head>
<body> <body>
this is a test <header>
<div class="logo">
<img src="img/logo.png">
</div>
<div class="search">
<form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form>
</div>
</header>
<footer>
<ul>
<li><a class="active" href="index.html">首页</a></li>
<li><a href="add_product.html">商品管理</a></li>
<li><a href="product_list.html">商品列表</a></li>
<li><a href="">个人中心</a></li>
</ul>
<div style="height: 50px;" hidden="hidden"></div>
</footer>
<article>
<figure>
<img src="img/index.png"/>
<section>
<ul class="list_group">
<li>
<img src="img/goods1.png"/>
<p><a href="#">手机</a></p>
</li>
<li>
<img src="img/goods2.png"/>
<p><a href="#">吸尘器</a></p>
</li>
<li>
<img src="img/goods3.png"/>
<p><a href="#">手机</a></p>
</li>
<li>
<img src="img/goods4.png"/>
<p><a href="#">洗衣机</a></p>
</li>
<li>
<img src="img/goods7.png"/>
<p><a href="#">镜头</a></p>
</li>
<li>
<img src="img/goods8.png"/>
<p><a href="#">相机</a></p>
</li>
</ul>
</section>
</figure>
</article>
</body> </body>
</html> </html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="device-width,initial-scale=1.0"/>
<link href="css/common.css" type="text/css" rel="stylesheet">
<link href="css/index.css" type="text/css" rel="stylesheet">
<link href="css/product_list.css" type="text/css" rel="stylesheet"/>
<title>跳蚤市场</title>
</head>
<style>
@font-face {
font-family: myFont;
src: url('img/STFANGSO.TTF');
}
</style>
<body>
<header>
<div class="logo">
<img src="img/logo.png">
</div>
<div class="search">
<form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form>
</div>
</header>
<article>
<nav id="category">
<ul class="list_side">
<li class="active">手机</li>
<li>家电</li>
<li>相机</li>
<li>电脑</li>
</ul>
</nav>
</article>
<div id="products">
<ul class="list_group">
<li>
<img src="img/goods1.png"/>
<p><a href="#">华为p30</a></p>
</li>
<li>
<img src="img/goods1.png"/>
<p><a href="#">OPPO Reno</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">OPPO Reno</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">vivo X23</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">iPhone 8</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">vivo X23</a></p>
</li>
<li>
<img src="img/goods1.png">
<p><a href="product_info.html">iPhone 8</a></p>
</li>
</ul>
</div>
<hr>
<footer>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="add_product.html">商品管理</a></li>
<li><a class="active" href="product_list.html">商品列表</a></li>
<li><a href="#">个人中心</a></li>
</ul>
<div style="height: 50px" hidden="hidden"></div>
</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