mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
<div class="bg-gray-dark text-gray">
|
|
<div class="container-lg px-3 page-section">
|
|
<p class="mb-3">
|
|
<a class="text-white text-bold mr-3" href="https://github.com/probot">GitHub</a>
|
|
<a class="text-white text-bold mr-3" href="/docs/">Docs</a>
|
|
</p>
|
|
<p>
|
|
<span class="mr-2">{% octicon code %} with {% octicon heart %} by <a class="text-gray-light" href="https://twitter.com/bkeepers">@bkeepers</a></span>
|
|
<span class="mx-2">Code licensed <a class="text-gray-light" href="https://github.com/probot/probot/blob/master/LICENSE.md">MIT</a></span>
|
|
<span class="mx-2">Docs licensed <a class="text-gray-light" href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a></span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-102577034-2', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|