-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 2.01 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Bang Domath ID</title>
<link rel="stylesheet" type="text/css" href="assets/waifu.min.css?v=1.4.2"/>
<link rel="stylesheet" type="text/css" href="assets/style.css"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body style="background-color: rgba(111, 125, 136, 0.8);background-image: url(assets/bg/bg.jpeg);height:100vh;width:100vw; display:flex;align-items:center;justify-content:center;flex-wrap:wrap">
<script src="assets/jquery.min.js?v=3.3.1"></script>
<script src="assets/jquery-ui.min.js?v=1.12.1"></script>
<div class="waifu">
<div class="waifu-tips"></div>
<canvas id="live2d" class="live2d"></canvas>
<script src="assets/waifu-tips.min.js?v=1.4.2"></script>
<script src="assets/live2d.min.js?v=1.0.5"></script>
<script type="text/javascript">
live2d_settings['modelId'] = 1;
live2d_settings['modelTexturesId'] = 62;
live2d_settings['modelStorage'] = false;
live2d_settings['canCloseLive2d'] = false;
live2d_settings['canTurnToHomePage'] = false;
live2d_settings['waifuSize'] = '580x505';
live2d_settings['waifuTipsSize'] = '570x150';
live2d_settings['waifuFontSize'] = '30px';
live2d_settings['waifuEdgeSide'] = 'right:10';
live2d_settings['waifuToolFont'] = '36px';
live2d_settings['waifuToolLine'] = '50px';
live2d_settings['waifuToolTop'] = '-60px';
live2d_settings['waifuDraggable'] = 'axis-x';
initModel("assets/waifu-tips.json?v=1.4.2")
</script>
</body>
</html>