ant-design/scripts/previewEditor/template.html
叶枫 502dac12aa
docs: format code (#48309)
* docs: fix code

* feat: lint

* feat: prettier

* feat: test

* feat: review

* feat: format html

* feat: format html
2024-04-08 14:04:08 +08:00

27 lines
687 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Ant Design CHANGELOG Generator</title>
<script>
// [Replacement]
</script>
<link rel="shortcut icon" type="image/x-icon"
href="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png" />
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/antfincdn/ciEbDYlN1f/umi.css" />
<script>
window.routerBase = '/';
</script>
<script>
//! umi version: 3.2.14
</script>
</head>
<body>
<div id="root"></div>
<script src="https://gw.alipayobjects.com/os/antfincdn/kehCrERcwz/umi.js"></script>
</body>
</html>