|
|
@@ -8,13 +8,16 @@ |
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> |
|
|
|
<title>Breakups</title> |
|
|
|
</head> |
|
|
|
<header style="position: fixed; width: 100%; text-align: center; background-color: #222; height: 80px; left: 0px; top: 0px; right: 0px; color: white;"> |
|
|
|
<h1>Breakups</h1> |
|
|
|
</header> |
|
|
|
<body> |
|
|
|
<noscript> |
|
|
|
You need to enable JavaScript to run this app. |
|
|
|
</noscript> |
|
|
|
<div id="root"></div> |
|
|
|
</body> |
|
|
|
<footer style="position: fixed; bottom: 0px; left: 0px; text-align: center; width:100%; background-color: #222; height: 80px; color: white;"> |
|
|
|
<footer style="position: fixed; bottom: 0px; left: 0px; text-align: center; width:100%; background-color: #222; height: 60px; color: white;"> |
|
|
|
<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> |
|
|
|
</footer> |
|
|
|
</html> |