File: badges.html

package info (click to toggle)
python-fissix 24.4.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,156 kB
  • sloc: python: 16,578; sh: 56; makefile: 48
file content (6 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
<div class="omnilib-badges">
    <a class="github-button" href="https://github.com/{{theme_github_user}}/{{theme_github_repo}}" data-size="large"
        data-show-count="true" aria-label="Star {{ theme_github_user }}/{{ theme_github_repo }} on GitHub">Star</a>
</div>

<script async defer src="https://buttons.github.io/buttons.js"></script>