mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
8 lines
304 B
HTML
8 lines
304 B
HTML
<footer class="footer">
|
|
<div class="container">
|
|
<hr>
|
|
<p class="text-center">
|
|
{{ site.title }} {{ site.time | date: '%Y' }} | Site Powered by <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://getbootstrap.com/">Bootstrap</a>
|
|
</p>
|
|
</div>
|
|
</footer>
|