-
Notifications
You must be signed in to change notification settings - Fork 0
/
kbn.php
78 lines (77 loc) · 3.03 KB
/
kbn.php
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
68
69
70
71
72
73
74
75
76
77
78
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<center>
<div style="width: 100%;" class="mdui-container-fluid">
<div style=";padding: 5px;background: transparent;" class="mdui-card mdui-shadow-24">
<br>
<?php
include_once "config.php";
start();
?>
<h3>看板娘代码</h3>
<pre>
<textarea>
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<title>你的网站名字</title>
<link rel="stylesheet" type="text/css" href="http://shuia.tk/assets/waifu.css"/>
<div class="waifu" id="waifu">
<div class="waifu-tips" style="opacity: 1;"></div>
<canvas id="live2d" width="280" height="250" class="live2d"></canvas>
<div class="waifu-tool">
<span class="fui-home"></span>
<span class="fui-chat"></span>
<span class="fui-eye"></span>
<span class="fui-user"></span>
<span class="fui-photo"></span>
<span class="fui-info-circle"></span>
<span class="fui-cross"></span>
</div>
</div>
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script src="http://shuia.tk/assets/live2d.js"></script>
<script src="http://shuia.tk/assets/waifu-tips.js"></script>
<script type="text/javascript">initModel()</script>
</div>
<script src="http://shuia.tk/assets/js/prism.js"></script>
<script src="http://shuia.tk/assets/js/index.min.js"></script>
</body>
</html>
</textarea>
</pre>
<br>
<font color="white">呐!自己复制</font>
</div></div>
<title>看板娘</title>
<link rel="stylesheet" type="text/css" href="http://shuia.tk/assets/waifu.css"/>
<div class="waifu" id="waifu">
<div class="waifu-tips" style="opacity: 1;"></div>
<canvas id="live2d" width="280" height="250" class="live2d"></canvas>
<div class="waifu-tool">
<span class="fui-home"></span>
<span class="fui-chat"></span>
<span class="fui-eye"></span>
<span class="fui-user"></span>
<span class="fui-photo"></span>
<span class="fui-info-circle"></span>
<span class="fui-cross"></span>
</div>
</div>
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script src="http://shuia.tk/assets/live2d.js"></script>
<script src="http://shuia.tk/assets/waifu-tips.js"></script>
<script type="text/javascript">initModel()</script>
</div>
<script src="http://shuia.tk/assets/js/prism.js"></script>
<script src="http://shuia.tk/assets/js/index.min.js"></script>
</body>
</html>