mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
ff30366d22
* chore: add preview * update template * update ignore lint * update template * support quota analysis * comment it * trigger build * trigger build * force trigger
27 lines
548 B
HTML
27 lines
548 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
|
|
/>
|
|
<title>antd changelog</title>
|
|
<script>
|
|
// [Replacement]
|
|
</script>
|
|
<link rel="stylesheet" href="/umi.css" />
|
|
<script>
|
|
window.routerBase = '/';
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.1.1
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
<script src="/umi.js"></script>
|
|
</body>
|
|
</html>
|