No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

index.html 913 B

hace 7 años
hace 7 años
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>