index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta name="theme-color" content="#000000" />
  7. <meta name="description" content="Web site created using create-react-app" />
  8. <meta
  9. name="viewport"
  10. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
  11. />
  12. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  13. <!-- <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> -->
  14. <title>英烈寻亲-济南革命烈士寻亲中心</title>
  15. </head>
  16. <body>
  17. <noscript>You need to enable JavaScript to run this app.</noscript>
  18. <div id="root"></div>
  19. </body>
  20. <!-- <script>
  21. window.onload = function () {
  22. var script = document.createElement('script')
  23. script.src = 'https://cdn.bootcss.com/eruda/1.5.4/eruda.min.js'
  24. document.body.appendChild(script)
  25. script.onload = function () {
  26. eruda.init()
  27. }
  28. }
  29. </script> -->
  30. </html>