mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
<footer class="footer">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-7">
|
|
<ul class="links">
|
|
<li>
|
|
<span class="message">Hello from Seattle and Zürich.</span>
|
|
</li>
|
|
<li>
|
|
<a class="github-button" href="https://github.com/Microsoft/language-server-protocol" data-icon="octicon-star" data-show-count="true" aria-label="Star Microsoft/language-server-protocol on GitHub">Star</a>
|
|
</li>
|
|
<li>
|
|
<a class="github-button" href="https://github.com/Microsoft/language-server-protocol/subscription" aria-label="Watch Microsoft/language-server-protocol on GitHub">Watch</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-sm-5">
|
|
<div class="copyright">
|
|
<a id="footer-microsoft-link" class="logo" href="https://www.microsoft.com">
|
|
<img src="{{site.baseurl}}/img/microsoft.svg" alt="Microsoft">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|