parent
0bcb7886d5
commit
8523ec6695
@ -11,6 +11,13 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<div id="app-loading"></div>
|
<div id="app-loading"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
// Tip: Simple judgments may not fully cover
|
||||||
|
if (/MSIE\s|Trident\//.test(window.navigator.userAgent)) {
|
||||||
|
document.body.innerHTML =
|
||||||
|
"<strong>Sorry, this browser is currently not supported. We recommend using the latest version of a modern browser. For example, Chrome/Firefox/Edge.</strong>"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<script type="module" src="/src/main.ts"></script>
|
<script type="module" src="/src/main.ts"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user