mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
502dac12aa
* docs: fix code * feat: lint * feat: prettier * feat: test * feat: review * feat: format html * feat: format html
27 lines
687 B
HTML
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> |