-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathfooter.html
More file actions
22 lines (22 loc) · 813 Bytes
/
footer.html
File metadata and controls
22 lines (22 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<footer title="Rendered in {{ g.get_time_since_request_ms() }} ms">
<p>
<strong>
<a href="https://github.com/OpenCyphal/website">Contribute to this website on GitHub
<i class="fab fa-github"></i></a>
</strong>
</p>
<p>
Copyright © 2022–{{ config.CURRENT_YEAR }} OpenCyphal development team
<br>
Copyright © 2015–2022 UAVCAN development team
</p>
<p>
This work is licensed under a
<a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
<br/>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/" class="no-decoration">
<img alt="Creative Commons License" src="https://i.creativecommons.org/l/by/4.0/88x31.png"/>
</a>
</p>
</footer>