amis2/packages/office-viewer/examples/presetShape.html
吴多益 0f97e378d9
chore: 换一下 office-viewer 包名 (#7321)
* chore: 换一下 office-viewer 包名

* 恢复误改的文件
2023-07-03 14:31:27 +08:00

15 lines
363 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Preset Shape</title>
<link rel="stylesheet" href="./static/css/app.css" />
</head>
<body>
<div id="shapes"></div>
<script type="module" src="./presetShape.ts"></script>
</body>
</html>