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.
 
 
 

29 lines
2.0 KiB

  1. <!DOCTYPE html>
  2. <html lang="en" style="margin: 0; height: 100%;">
  3. <head>
  4. <link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="theme-color" content="#000000">
  8. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  9. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
  10. <title>Breakups</title>
  11. </head>
  12. <body style="margin: 0; height: 100%;">
  13. <header style="position: fixed; width: 100%; text-align: center; background-color: #222; height: 90px; left: 0px; top: 0px; right: 0px; color: white;">
  14. <h1 style="margin-top: 10px; margin-bottom: 0px; -webkit-margin-before: 10px; -webkit-margin-after: 0px; font-family: 'PT Sans'">Breakups</h1>
  15. <h4 style="margin-top: 5px; -webkit-margin-before: 5px; font-family: 'PT Sans'">Split bills among multiple people.</h3>
  16. </header>
  17. <main style="min-height: 100%; margin-top: -90px; padding-top: 90px; box-sizing: border-box;">
  18. <noscript>
  19. You need to enable JavaScript to run this app.
  20. </noscript>
  21. <div id="root"></div>
  22. </main>
  23. <footer style="padding-top: 3px; bottom: 0px; left: 0px; text-align: center; width:100%; background-color: #222; height: 85px; color: white;">
  24. <h3 style="margin-bottom: 0px; -webkit-margin-after: 0px; font-family: 'PT Sans'">Made by <a href="https://binhonglee.github.io/" style="color:#04B45F">@binhonglee</a>. <a href="https://github.com/binhonglee/breakups-webapp" style="color:cyan">GitHub</a></h3>
  25. <h5 style="margin-top: 5px; -webkit-margin-before: 5px; font-family: 'PT Sans'">Icons made by <a href="http://www.freepik.com" title="Freepik" style="color:cyan">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon" style="color:cyan">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank" style="color:cyan">CC 3.0 BY</a></h5>
  26. </footer>
  27. </body>
  28. </html>