| <!DOCTYPE html> |
| <html lang="zh"> |
| <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="DNS Hosts 配置管理" /> |
| <title>DNS Hosts 配置管理</title> |
| <script> |
| // globalThis polyfill |
| (function() { |
| if (typeof globalThis === 'undefined') { |
| Object.defineProperty(Object.prototype, '__magic__', { |
| get: function() { |
| return this; |
| }, |
| configurable: true |
| }); |
| __magic__.globalThis = __magic__; |
| delete Object.prototype.__magic__; |
| } |
| }()); |
| </script> |
| </head> |
| <body> |
| <noscript>You need to enable JavaScript to run this app.</noscript> |
| <div id="root"></div> |
| <div id="loading" style=" |
| position: fixed; |
| top: 50%; |
| left: 50%; |
| transform: translate(-50%, -50%); |
| font-size: 24px; |
| color: #666; |
| "> |
| 加载中... |
| </div> |
| <script> |
| window.addEventListener('load', function() { |
| document.getElementById('loading').style.display = 'none'; |
| }); |
| </script> |
| </body> |
| </html> |