forked from Ikaros-521/AI-Vtuber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 1.17 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
<!DOCTYPE html>
<html style="width: 100% !important; height: 100% !important;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1900">
<title>Live2D</title>
<link rel="stylesheet" href="./css/live2d.css">
<link rel="stylesheet" href="./font/iconfont.css">
<!-- Pollyfill script -->
<!-- <script src="https://unpkg.com/[email protected]/minified.js"></script> -->
<script src="./js/model_name.js"></script>
<!-- Live2DCubismCore script -->
<script src="./js/live2dcubismcore.js"></script>
<!-- Build script -->
<script src="./js/bundle.js"></script>
<style>
body {
/* background-color: #000; */
background-color: #1E1E1E00;
}
</style>
</head>
<body style="width: 100% !important; height: 100% !important;">
<div id="landlord" style="width: 100% !important; height: 100% !important;">
<!-- 320*380px -->
<canvas id="live2d" class="live2d" style="width: 100% !important; height: 100% !important;"></canvas>
</div>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script src="./js/main.js"></script>
<script type="text/javascript" src="./js/message.js"></script>
</body>
</html>