Skip to content

Commit fe53767

Browse files
committed
gif
1 parent a1c329f commit fe53767

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
===
33

44
这是一个纯静态的网址导航网站,内容均由[viggo](http://viggoz.com)收集并整理。项目基于bootstrap前端框架开发。
5-
5+
![](https://WebStackPage.github.io/assets/images/preview.gif)
66

77
这是一个开源的公益项目,你可以拿来制作自己的网址导航,也可以做与导航无关的网站。如果你有任何疑问,可以通过个人网站[viggoz.com](http://viggoz.com)中的联系方式找到我,欢迎与我交流分享。
88

assets/images/preview.gif

1.33 MB
Loading

cn/index.html

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
<html lang="zh">
33

44
<head>
5-
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
6-
<script>
7-
(adsbygoogle = window.adsbygoogle || []).push({
8-
google_ad_client: "ca-pub-8550836177608334",
9-
enable_page_level_ads: true
10-
});
11-
</script>
5+
<script>
6+
< script async src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" >
7+
</script>
8+
(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-8550836177608334", enable_page_level_ads: true });
9+
</script>
1210
<meta charset="utf-8">
1311
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1412
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -258,18 +256,17 @@
258256
<span class="title">UED团队</span>
259257
</a>
260258
</li>
261-
<div class="submit-tag">
262-
<a href="about.html">
263-
<i class="linecons-heart"></i>
264-
<span class="tooltip-blue">关于本站</span>
265-
<span class="label label-Primary pull-right hidden-collapsed">♥︎</span>
266-
</a>
267-
</div>
259+
<div class="submit-tag">
260+
<a href="about.html">
261+
<i class="linecons-heart"></i>
262+
<span class="tooltip-blue">关于本站</span>
263+
<span class="label label-Primary pull-right hidden-collapsed">♥︎</span>
264+
</a>
265+
</div>
268266
</ul>
269267
</div>
270268
</div>
271269
<div class="main-content">
272-
273270
<nav class="navbar user-info-navbar" role="navigation">
274271
<!-- User Info, Notifications and Menu Bar -->
275272
<!-- Left links for user info navbar -->

0 commit comments

Comments
 (0)