forked from Live2D-DCG/Live2D-DCG.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (60 loc) · 3.5 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
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>Destiny Child Live2D Viewer</title>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script
src="https://code.jquery.com/ui/1.12.0/jquery-ui.min.js"
integrity="sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E="
crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="\static\pages\style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Noto+Sans|Quicksand&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="./static/js/ui.js" type="application/javascript"></script>
</head>
<body onload="init()">
<nav>
<ul>
<li><a href="https://live2d-dcg.github.io/">Live2D</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vRWg9u0-ikW6JyKTj3vTAz7BC1FkpTv1pgiYPE7GBtLrs7GNnZYSs34oBsWvTcNmCF-XcK5_F6EMhnR/pubhtml" target="_blank">JP/GL Release Timeline</a></li>
<li><a href="https://docs.google.com/spreadsheets/u/2/d/e/2PACX-1vQtAzEGZTUDqev509gxzuIbP9PJnu-JLjvm8xUfY1WIuGcHlIIH3bvy4LOaJrQCjd80AFDCxQN1-1KC/pubhtml#" target="_blank">Database</a></li>
<li><a href="\static\pages\calculator.html">Exp Calculator</a></li>
<li><a href="gifChild.html">GIF Generator</a></li>
</ul>
</nav>
<img src="./loading.gif" alt="Loading" id="loading"/>
<div align="center" id="ui">
<p id="note">Viewing Korean's uncensored version of the game</p>
<button class=" ui-button ui-corner-all ui-widget" id="Censored" onclick="GView()">Censored</button>
<button id="Uncensored" onclick="KView()">Uncensored</button>
<div> Model : <span class="nowrap"><select></select></span>
<span class="nowrap">
<button id="previous">Previous</button>
<button id="next">Next</button>
</span>
<div style="width:450px; text-align:left">
<div> <span id="size-slider"></span> Size: <span id="size-label"></span>px</span> </div>
<div> <span id="scale-slider"></span> Scale: <span id="scale-label"></span> </div>
<div> <span id="offsetX-slider"></span> Left | Right: <span id="offsetX-label"> </span> </div>
<div> <span id="offsetY-slider"></span> Top | Bottom: <span id="offsetY-label"></span> </div>
</div>
</div>
<iframe style="width: 500px; height: 500px; max-width: 100%; border: none; overflow: hidden;"
scrolling="no"
seamless="seamless"></iframe>
<p>Direct Link: <a id="direct-link" href="" target="_blank"></a></p>
<p>Share Link: <a id="share-link" href="" target="_blank"></a></p>
<p>Download PCK: <a id="download-link" href="" target="_blank"></a></p>
</div>
<footer>
Destiny Child is owned by Shiftup Corp | Live2D-DCG.github.io is project By u/ToxicWayz on Reddit </br>
Live2D viewer based on work by <a href="https://github.com/Arsylk" target="_blank">Arsylk</a> using Live2D cubism v2 api. </br>
If you have any questions, concerns or feedback feel free to contact me <a href="mailto:DestinyChildReddit@Gmail.com" target="_blank">DestinyChildReddit@Gmail.com</a> | Discord: ToxicWayz#6971 </br>
<a href="https://github.com/Live2D-DCG/Live2D-DCG.github.io/projects/1" target="_blank">Destiny Child Live2D Viewer's Status</a>
</footer>
</body>
</html>