forked from imuncle/gitblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue_per_label.html
67 lines (67 loc) · 2.7 KB
/
issue_per_label.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 charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="css/common.css">
<link rel="icon" href="images/avatar.jpg">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/home.css">
<!--百度统计代码开始-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a857b1dec481efe2cbb78c392491f81f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!--百度统计代码结束-->
</head>
<body>
<label class="navi-button">菜单</label>
<input type="text" class="search-input" placeholder="回车搜索">
<img src="images/search.svg" class="search">
<ul class="main-navication">
<ul id="menu"></ul>
<hr>
<ul id="friends"></ul>
</ul>
<div class="main">
<div class="jumbotron" style="text-align: center;background-color:#ecf0f1;margin-bottom:0;">
<h1 id="title"></h1>
<br>
<text id="instruction"></text>
</div>
<div class="container">
<div class="col-lg-8 col-lg-offset-1 col-md-8 col-md-offset-1">
<ul id="issue-list" class="main_content" style="padding-left: 0px; opacity: 1; transform: translateY(0px);">
<br>
<h4 class="title">派蒙正在生成你需要的知识</h4>
</br>
</ul>
</div>
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 visible-lg visible-md" style="margin: 72px auto 0 auto;">
<a style="line-height:1.1;font-weight:700;cursor:pointer;color:#808080;text-decoration: none">博文标签</a>
<div class="tags" style="margin-top:10px" id="tags"></div>
<hr>
</div>
</div>
<div style="text-align: center">
<ul class="pagination" id="pages" style="display: none"></ul>
</div>
</div>
<div class="footer" style="text-align: center">
<div id='icon' style="display: flex;justify-content: center;padding: 0;align-items: center"></div>
<div id="footer" style="text-align: center;background: #2c3e50;padding-top: 30px;color: white"></div>
</div>
<!-- 明月皓空播放器载入 -->
<script src="https://myhkw.cn/player/js/jquery.min.js" type="text/javascript"></script>
<script src="https://myhkw.cn/api/player/1675346181147" id="myhk" key="1675346181147" m="1"></script>
</body>
<script src = "js/jquery.min.js"></script>
<script src="js/gitblog.js"></script>
</html>