1 Star 0 Fork 0

oneby1/matilda

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
oneby1 提交于 2024-01-09 20:23 . add index.html.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>伟大教员-玛蒂尔达</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<style>
body {
background-color: transparent;
}
</style>
</head>
<body>
<!-- Load TweenLite -->
<script src="https://cdn.jsdelivr.net/npm/greensock@1.20.2/dist/TweenLite.js"></script>
<!-- Copyrighted cubism SDK -->
<script src="https://cubism.live2d.com/sdk-web/cubismcore/live2dcubismcore.min.js"></script>
<!-- Load Pixi (dependency for cubism 2/4 integrated loader) -->
<script src="https://cdn.jsdelivr.net/npm/pixi.js@5.3.6/dist/pixi.min.js"></script>
<!-- Load cubism 4 integrated loader -->
<script src="https://cdn.jsdelivr.net/npm/pixi-live2d-display@0.3.1/dist/cubism4.min.js"></script>
<!-- Load pio and alternative loader cdn 缓存更新太慢了,建议直连。直连不行,还是得cdn。把cdn改成purge即可刷新?不行,改名把。-->
<link href="https://cdn.jsdelivr.net/gh/fishpigbird/live2d_1999_js/live2d_6/lib/pio.css" rel="stylesheet" type="text/css"/>
<script src="https://cdn.jsdelivr.net/gh/fishpigbird/live2d_1999_js/live2d_6/lib/pio.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fishpigbird/live2d_1999_js/live2d_6/lib/pio_sdk4.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fishpigbird/live2d_1999_js/live2d_6/lib/load.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oneby1/matilda.git
git@gitee.com:oneby1/matilda.git
oneby1
matilda
matilda
master

搜索帮助