mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
0f97e378d9
* chore: 换一下 office-viewer 包名 * 恢复误改的文件
15 lines
363 B
HTML
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>
|