EyeTrackVR-Docs/docs/_includes/footer_custom.html
ZanzyTHEbar 03b4a3d126 update
2022-05-04 18:20:14 +02:00

34 lines
858 B
HTML

<!-- Generate footer -->
<style>
a {
text-decoration: none;
color: blue;
}
img {
vertical-align: middle;
}
.footer-logo {
width: 100%;
height: auto;
margin-top: -10px;
margin-bottom: 10px;
text-align: center;
display: inline-block;
}
</style>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="footer-logo">
<!-- <a href="/">
<img width="100px" height="30px" title="Open-Air-Logo" src=""
alt="logo">
</a> -->
Copyright &copy; 2019-current EyeTrackVR. Distributed by an <a
href="https://github.com/RedHawk989/EyeTrackVR/blob/main/LICENSE">MIT</a>
</div>
</div>
</div>
</div>