| | |
| | | <head> |
| | | <meta charset="utf-8" /> |
| | | <meta name="renderer" content="webkit"> |
| | | <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" /> --> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| | | <meta name="theme-color" content="#000000" /> |
| | | <link rel="shortcut icon" href="#"> |
| | |
| | | <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> |