-
Notifications
You must be signed in to change notification settings - Fork 31
/
console_list.html
67 lines (63 loc) · 2.24 KB
/
console_list.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>
<head>
<title>中文家用游戏博物馆</title>
<meta name="description" content="体验那些历史上上由中国大陆及港澳台开发者开发的,以家用游戏机和掌上游戏机为平台的电子游戏。">
<meta name="keywords" content="电脑, 计算机, 博物馆, 网页, 浏览器, 模拟器, 游戏, 历史">
<link rel="stylesheet" href="https://lib.baomitu.com/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="base.css" />
<script src="baidustat.js"></script>
<script src="https://lib.baomitu.com/jquery/3.3.1/jquery.min.js"></script>
<script src="console_list.js"></script>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
</head>
<body>
<nav style="position: relative; z-index: 2; width:100%; overflow-x:hidden;">
<ul>
<li>
<a href="index.html">首页</a>
</li>
<li>
<a href="console_list.html">红白机</a>
</li>
<li>
<a href="console_list.html?menu=genesis.json">世嘉机</a>
</li>
<li>
<a href="http://www.compumuseum.com">电脑</a>
</li>
<li>
<a href="https://pengan1987.github.io/">专栏</a>
</li>
<li>
<a href="https://github.com/pengan1987/famicn">Github</a>
</li>
</ul>
</nav>
<div class="feature-wrapper pb-5 mt-0 mt-lg-0">
<div class="container">
<div class="form-inline">
<input class="form-control col-sm-1 col-md-3 my-3" type="search" id="search-text" oninput="search()" placeholder="搜索">
</div>
<div class="row" id="machine-list">
<div id="base-cell" class="col-sm-12 col-md-3" style="display:none">
<figure>
<a href="#">
<img class="figure-img img-fluid rounded" src="" alt="">
</a>
<figcaption class="machine-fig">Apple II</figcaption>
</figure>
</div>
</div>
</div>
</div>
<div>
<a id="loadmore" href="#" onclick="loadmore()">加载更多</a>
</div>
<div style="display: none;">
<img src="cart.gif">
</div>
</body>
</html>