1 Star 0 Fork 4

aszerotoone/uni-pptx

forked from ~朴:shu/uni-pptx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/public/icon.svg" type="image/x-icon" />
<title>UniPPT - 在线演示文稿</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#app {
border: solid #ccc 1px;
width: 1000px;
height: 600px;
overflow: hidden;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aszerotoone/uni-pptx.git
git@gitee.com:aszerotoone/uni-pptx.git
aszerotoone
uni-pptx
uni-pptx
master

搜索帮助