您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <meta name="theme-color" content="#000000">
  7. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  8. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
  9. <title>Breakups</title>
  10. </head>
  11. <body>
  12. <noscript>
  13. You need to enable JavaScript to run this app.
  14. </noscript>
  15. <div id="root"></div>
  16. <!--
  17. This HTML file is a template.
  18. If you open it directly in the browser, you will see an empty page.
  19. You can add webfonts, meta tags, or analytics to this file.
  20. The build step will place the bundled scripts into the <body> tag.
  21. To begin the development, run `npm start` or `yarn start`.
  22. To create a production bundle, use `npm run build` or `yarn build`.
  23. -->
  24. </body>
  25. </html>