mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
46 lines
2.1 KiB
HTML
46 lines
2.1 KiB
HTML
<footer class="footer">
|
|
<script>
|
|
function manageConsent() {
|
|
if (WcpConsent.siteConsent.isConsentRequired) {
|
|
WcpConsent.siteConsent.manageConsent();
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-10">
|
|
<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-2">
|
|
<ul class="links">
|
|
<li style="display: none;" >
|
|
<a id="footer-cookie-link" style="cursor: pointer; padding-right:20px" onclick="manageConsent()"
|
|
aria-label="Manage cookies">Manage cookies</a>
|
|
</li>
|
|
<li>
|
|
<div class="copyright">
|
|
<a id="footer-microsoft-link" class="logo" href="https://www.microsoft.com">
|
|
<picture>
|
|
<source srcset="{{site.baseurl}}/img/microsoft-logo.png" media="(prefers-color-scheme: dark)"></source>
|
|
<img src="{{site.baseurl}}/img/microsoft-logo-inverted.png" height="20" alt="Microsoft">
|
|
</picture>
|
|
</a>
|
|
<span>© 2021 Microsoft</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|