-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (64 loc) · 3.05 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mygalgame</title>
<link rel="shortcut icon" href="https://jancgk.github.io/Background/favicon.ico">
<link rel="stylesheet" href="https://beats0.github.io/www.mygalgame.com/css/style.css">
<link rel="stylesheet" href="https://beats0.github.io/www.mygalgame.com/css/myblog.css">
<link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://jancgk.github.io/Background/css/fade.css">
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="./js/Gal.min.js"></script>
<!--<script src="https://jancgk.github.io/Background/js/GalMenu.js"></script>-->
<!--<script src="https://jancgk.github.io/Background/js/GalH.js"></script>-->
<script src="https://cdn.bootcss.com/aplayer/1.6.0/APlayer.min.js"></script>
<!--<script src="https://jancgk.github.io/Background/js/hideseek.min.js"></script>-->
</head>
<body class="home blog logged-in" ondragstart="return false">
<section class="hidden-xs">
<ul class="cb-slideshow">
<li><span class="li_img1"></span></li>
<li><span class="li_img2"></span></li>
<li><span class="li_img3"></span></li>
<li><span class="li_img4"></span></li>
<li><span class="li_img5"></span></li>
<li><span class="li_img6"></span></li>
</ul>
</section>
<div class="GalMenu GalDropDown">
<div class="circle" id="gal">
<div class="ring">
<a href="https://beats0.github.io/www.mygalgame.com" title="首页" class="menuItem">首页</a>
<a href="https://beats0.github.io/www.mygalgame.com/page/1/" target="_blank" title=""
class="menuItem">下一页</a>
<a href="https://beats0.github.io/www.mygalgame.com/message.html" target="_blank" title="" class="menuItem">留言版</a>
<a href="https://beats0.github.io/www.mygalgame.com/?orderby=views" target="_blank" title=""
class="menuItem">热门排行</a>
<a href="https://beats0.github.io/www.mygalgame.com/gengxinrizhi.html" target="_blank" title=""
class="menuItem">更新日志</a>
<a href="https://beats0.github.io/www.mygalgame.com/page/N1/" target="_blank" title=""
class="menuItem">上一页</a>
</div>
<audio id="audio" src="https://www.hacg.me/mp3/onj001.mp3"></audio>
</div>
</div>
<div id="overlay" class="magnify">
<div class="large h_img"></div>
<img class="small" src="https://beats0.github.io/www.mygalgame.com/images/rpic.png" width="1920">
</div>
<div id="zan-bodyer">
<div class="container">
<div class="row">
<div class="player_show">
<div class="play">
<div class="aplayer" id="aplayer5"></div>
</div>
</div>
</div>
</div>
</div>
<script src="./js/d.min.js"></script>
<script type="text/javascript" src="https://beats0.github.io/www.mygalgame.com/js/fade.js"></script>
</body>
</html>