mirror of
https://github.com/pomber/git-history.git
synced 2024-11-25 21:24:20 +03:00
Add footer
This commit is contained in:
parent
ac307d2074
commit
a30cb19701
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user