Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

24 linhas
1.0 KiB

  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. <header style="position: fixed; width: 100%; text-align: center; background-color: #222; height: 80px; left: 0px; top: 0px; right: 0px; color: white;">
  12. <h1>Breakups</h1>
  13. </header>
  14. <body>
  15. <noscript>
  16. You need to enable JavaScript to run this app.
  17. </noscript>
  18. <div id="root"></div>
  19. </body>
  20. <footer style="position: fixed; bottom: 0px; left: 0px; text-align: center; width:100%; background-color: #222; height: 60px; color: white;">
  21. <h3>Made by <a href="https://binhonglee.github.io/" style="color:#04B45F">@binhonglee</a>. Fork this on <a href="https://github.com/binhonglee/breakups-webapp" style="color:cyan">GitHub</a>.</h5>
  22. </footer>
  23. </html>