mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
32 lines
859 B
HTML
32 lines
859 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">
|
|
<img width="30px" height="20px" title="EyeTrackVRLogo"
|
|
src="{{ 'assets/images/favicon/logo_no_bg.svg' | relative_url }}" alt="EyeTrackVRLogo">
|
|
Copyright © 2019-current EyeTrackVR. Distributed by an <a
|
|
href="https://github.com/RedHawk989/EyeTrackVR/blob/main/LICENSE">MIT</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |