index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta
  9. name="description"
  10. content="Web site created using create-react-app"
  11. />
  12. <!--
  13. Notice the use of %PUBLIC_URL% in the tags above.
  14. It will be replaced with the URL of the `public` folder during the build.
  15. Only files inside the `public` folder can be referenced from the HTML.
  16. Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
  17. work correctly both with client-side routing and a non-root public URL.
  18. Learn how to configure a non-root public URL by running `npm run build`.
  19. -->
  20. <title>Grasscutter Web管理面板</title>
  21. </head>
  22. <body>
  23. <noscript>You need to enable JavaScript to run this app.</noscript>
  24. <div id="root"></div>
  25. <!--
  26. This HTML file is a template.
  27. If you open it directly in the browser, you will see an empty page.
  28. You can add webfonts, meta tags, or analytics to this file.
  29. The build step will place the bundled scripts into the <body> tag.
  30. To begin the development, run `npm start` or `yarn start`.
  31. To create a production bundle, use `npm run build` or `yarn build`.
  32. -->
  33. </body>
  34. </html>