-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·46 lines (46 loc) · 2.13 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
<!DOCTYPE html>
<html lang="ch">
<head>
<title>Pixiv Illustration Collection</title>
<link rel="icon" href="/index/img/icon.png" type="image/x-icon"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="提供Pixiv每日排行插画的浏览与下载 以及有限的高级会员搜索">
<meta name="keywords" content="pixiv.net,pixiv中国,pixiv怎么上不去,Pixiv,Pixiv每日排行,pixiv高级会员搜索,p站,二次元插画,ACG,动漫图包,pixiv安卓,pixiv站,.pixiv,pixiv图,pixiv中文"/>
<meta http-equiv="Cache-Control" content=”no-siteapp”/>
<link rel="stylesheet" href="/index/css/style.css">
<script type="text/javascript" src="/index/js/baidutongji.js"></script>
</head>
<body>
<div class="banner">
<img src="https://wx1.sinaimg.cn/large/006346uDgy1fv1x3prb9kj31uo1am4o5.jpg">
<div id="title">
Pixiv Illustration Collection
</div>
</div>
<div class="search">
<form action="javascript:void(0);">
<input id="search-box" name="q" size="40" type="text" placeholder="(●'◡'●)ノ♥關鍵字の輸入" onkeypress="search()" />
<input id="search-btn" value="Go" type="button" onclick="popSearch()"/>
</form>
</div>
<div class="dailyRankIcon">
<img src="/index/img/beer.svg" onclick="dailyRank()">
</div>
<div class="dailyRank">
DailyRank
</div>
<div class="help" ><a href="https://pixivic.com/intro">用前须知</a> & <a href="https://pixivic.com/comments">留言板</a> & <a href="https://pixivic.com/links">友链传送</a></div>
<div class="foot">
<div class="iconList">
<a href="https://www.oysterqaq.com"><img src="/index/img/blog.svg"></a>
<a href="https://github.com/OysterQAQ"><img src="/index/img/github.svg"></a>
</div>
<hr>
©2018 pixivic.com All Right Reserved.
</div>
<section class="sky"></section>
</body>
<script type="text/javascript" src="/index/js/device.js"></script>
<script type="text/javascript" src="/index/js/index.js"></script>
<script type="text/javascript" src="/index/js/snow.js"></script>
</html>