Browse Source
* prettier html * update dependencies * centering icon * set icon size * edit textpull/3487/head
committed by
陈小聪
7 changed files with 49 additions and 44 deletions
@ -1,7 +1,5 @@ |
|||
**/*.md |
|||
**/*.svg |
|||
**/*.ejs |
|||
**/*.html |
|||
package.json |
|||
.umi |
|||
.umi-production |
|||
|
|||
@ -1,15 +1,18 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
|||
<head> |
|||
<meta charset="UTF-8" /> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
|||
<meta |
|||
name="viewport" |
|||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" |
|||
/> |
|||
<title>Ant Design Pro</title> |
|||
<link rel="icon" href="/favicon.png" type="image/x-icon"> |
|||
<link rel="icon" href="/favicon.png" type="image/x-icon" /> |
|||
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.data-set-0.9.6/dist/data-set.min.js"></script> |
|||
</head> |
|||
<body> |
|||
</head> |
|||
<body> |
|||
<noscript>Sorry, we need js to run correctly!</noscript> |
|||
<div id="root"></div> |
|||
</body> |
|||
</body> |
|||
</html> |
|||
|
|||
Loading…
Reference in new issue