-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
67 lines (55 loc) · 2.74 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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>home</title>
<!-- <link type="text/css" rel="Stylesheet" href="./css/reset.css"> -->
<link type="text/css" rel="Stylesheet" href="./css/speciality.css">
<link type="text/css" rel="Stylesheet" href="./css/home.css">
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.1/jquery.min.js"></script> -->
<!-- <script src="home.css" defer></script>
<script src="reset.css" defer></script> -->
<!-- <base href="file:///"> -->
<script src="./js/transferToArtDom.js" defer></script>
<script src="./js/home.js" defer></script>
</head>
<body>
<!-- <audio autoplay="true" loop="true"> <source src="video/distance.mp3"></audio> -->
<header>
<span><a href="./home.html"><img id="logo-img" src="pic/logo.png" height="57" alt="logo"></a></span>
<p class="slogan" align="center">让心灵碰撞,让艺术流动</p>
<span id="sayHello"></span>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="home-header">
<!-- <div class="logo">
<a href="./home.html"><img src="pic/logo.png" height="57" alt="logo"></a>
</div> -->
<ul class="header-list">
<li><a href="./home.html" class="active">首页</a></li>
<li><a href="./html/art.html">全部商品</a></li>
<li id="cart-display"><a href="./html/cart.html">购物车</a></li>
<li><input type="text" id="search-content"><button id="search">搜索</button></li>
<li><a href="./html/art.html">高级搜索</a></li>
<li id="release-display"><a href="./html/release.html">发布商品</a></li>
<li id="userinfo-display"><a href="./html/userinfo.html">个人中心</a></li>
<li id="login-display"><a name="user-login-button" href="./html/login.html">登录</a></li>
<li id="logout-display"><a name="user-logout-button" id="logout" href="">登出</a></li>
</ul>
<!-- <div class="user-login">
<a name="user-logout-button" id="logout">登出</a>
</div> -->
<!-- <div class="user-login">
<a name="user-login-button" href="./html/login.html">登录</a>
</div> -->
</div>
</header>
<audio controls autoplay loop src="./video/distance.mp3"> </audio>
<!-- <a href="./video/distance.mp3">
Download audio
</a> -->
<span id="latest-art"></span>
<footer class="footer">CopyRight@张文擘</footer>
</body>
</html>