UNPKG

antd-npm-demo

Version:

React & Redux & Ant.Design

29 lines (25 loc) 971 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="HandheldFriendly" content="true"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <!-- 关闭手机号自动识别 --> <meta name="format-detection" content="telephone=no"/> <!-- Set render engine for 360 browser --> <meta name="renderer" content="webkit"> <!-- No Baidu Siteapp--> <meta http-equiv="Cache-Control" content="no-siteapp"/> <title>React Redux</title> <!-- Polyfills --> <script src="https://a.alipayobjects.com/??es5-shim/4.1.10/es5-shim.min.js,es5-shim/4.1.10/es5-sham.min.js,html5shiv/3.7.2/src/html5shiv.js"></script> <script> <% autoescape false %>{{ content }}<% endautoescape %> </script> </head> <body> <div id="root"></div> </body> </html>