21 lines
592 B
HTML
21 lines
592 B
HTML
<div id="footer">
|
|
|
|
<style>
|
|
#footer-text a {
|
|
color: white;
|
|
text-decoration: none;
|
|
line-height: inherit;
|
|
}
|
|
#footer-text a:hover,a:focus {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
|
|
<a href="https://kodgemisi.com/" target="_blank" style="float: right;">
|
|
<img src="images/kodgemisi-logo.png" style="filter: brightness(0) invert(1);width: 200px;">
|
|
</a>
|
|
<div id="footer-text">
|
|
<a href="{scmurl}">Source code of this project</a> <br>
|
|
Last update: {docdatetime}
|
|
</div>
|
|
</div> |