<!DOCTYPE html>
|
<html lang="en">
|
<head>
|
<meta charset="utf-8" />
|
<meta name="renderer" content="webkit">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="theme-color" content="#000000" />
|
<link rel="shortcut icon" href="#">
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<title></title>
|
</head>
|
<body>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<div id="root"></div>
|
<script>
|
if ('ActiveXObject' in window) {
|
window.onload = function() {
|
document.getElementById('root').innerHTML = '<div style="text-align: center; font-size: 30px; margin-top: 40vh;">您的浏览器<span style="color: #ff4d4f">不受支持</span></div>'
|
}
|
}
|
</script>
|
</body>
|
</html>
|