-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 1.71 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>硬件工坊</title>
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/index/index.css" />
<script src="/js/datas.js"></script>
</head>
<body>
<div class="box">
<div class="container">
<div class="top">
<a href="/index.html"><img src="/source/icon/home.svg" alt="" /> </a>
<a href="/pages/hardware.html?type=0">CPU</a>
<a href="/pages/hardware.html?type=1">主板</a>
<a href="/pages/hardware.html?type=2">内存</a>
<a href="/pages/hardware.html?type=3">显卡</a>
<a href="/pages/hardware.html?type=4">电源</a>
<a href="/pages/hardware.html?type=5">机箱</a>
<a href="/pages/hardware.html?type=6">散热器</a>
<a href="/pages/hardware.html?type=7">硬盘</a>
<a href="/pages/hardware.html?type=8">配件</a>
<a href="/pages/shoppingCart.html"><img src="/source/icon/shoppingCart.svg" alt="" /> </a>
<div class="search"><img src="/source/icon/search.svg" alt="" /></div>
</div>
<div class="searchState"></div>
</div>
</div>
<div class="middle">
<div class="topThree"></div>
<div class="product"></div>
</div>
<div class="bottom">
<p>Copyright © 2024 胡杰、何佳伟、李文驰。 保留所有权利</p>
<p>
网页排版设计参考<span><a href="https://apple.com.cn">Apple</a></span>
</p>
<p>
网页图片素材参考<span>各大硬件官网、<a href="https://taobao.com">淘宝</a>、<a href="https://jd.com">京东</a></span>
</p>
</div>
<script src="/js/main.js"></script>
<script src="/js/index/index.js"></script>
</body>
</html>