Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

28 Zeilen
913 B

  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>