-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (25 loc) · 1.03 KB
/
index.html
File metadata and controls
33 lines (25 loc) · 1.03 KB
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
<!DOCTYPE html>
<html>
<head>
<title>脉脉职言分析</title>
<meta charset="utf-8">
<meta name="description" content="视频转GIF">
</head>
<body>
<link rel="stylesheet" type="text/css" href="css/pop.css">
<div class="main">
<div class="tab-container">
<div class="tab-item tab-user active" id="userTab">屏蔽的作者</div>
<div class="tab-item tab-article" id="articleTab">屏蔽的内容</div>
</div>
<ul class="content user-list active">
<li><a href="https://maimai.cn/gossip_list" target="_blank">北风吹雪</a></li>
</ul>
<ul class="content article-list">
<li><a href="https://maimai.cn/gossip_list" target="_blank">十分钟精通Nginx</a><a href="https://maimai.cn/gossip_list" target="_blank">北风吹雪</a></li>
</ul>
<p><a href="https://github.com/ColdDay/content-block" target="_blank">Github</a> | <a href="https://www.mofazhuan.com/%e5%85%b3%e4%ba%8e%e6%9c%a8%e6%b3%95%e4%bc%a0" target="_blank">问题反馈-木法传</a></p>
<script src="js/pop.js"></script>
</div>
</body>
</html>