<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="utf-8" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="theme-color" content="#000000" />
|
<meta name="description" content="Web site created using create-react-app" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<script src="%PUBLIC_URL%/fastclick.js"></script>
|
<title>React App</title>
|
</head>
|
<body>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<div id="root"></div>
|
<script>
|
if ('addEventListener' in document) {
|
document.addEventListener('DOMContentLoaded', function() {
|
FastClick.attach(document.body);
|
}, false);
|
}
|
if(!window.Promise) {
|
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"><\/script>');
|
}
|
</script>
|
</body>
|
</html>
|