Add footer

This commit is contained in:
Rodrigo Pombo 2019-02-05 12:54:23 -03:00
parent ac307d2074
commit a30cb19701

View File

@ -47,10 +47,26 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
footer {
position: fixed;
right: 10px;
bottom: 8px;
opacity: 0.4;
text-align: center;
}
footer a {
color: rgb(173, 219, 103);
}
</style> </style>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<footer>
<a href="https://github.com/pomber/github-history">GitHub History</a
><br />by <a href="https://twitter.com/pomber">@pomber</a>
</footer>
<!-- <!--
This HTML file is a template. This HTML file is a template.
If you open it directly in the browser, you will see an empty page. If you open it directly in the browser, you will see an empty page.