You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
862 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. </body>
  17. <footer style="position: fixed; bottom: 0px; left: 0px; text-align: center; width:100%; background-color: #222; height: 80px; color: white;">
  18. <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>
  19. </footer>
  20. </html>