mirror of https://github.com/astral-sh/ruff
Re-add GitHub badge to the bottom of the page
This commit is contained in:
parent
e9a4cb1c1d
commit
9fafe16a55
|
|
@ -17,6 +17,14 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
<div style="display: flex; position: fixed; right: 16px; bottom: 16px">
|
||||||
|
<a href="https://GitHub.com/charliermarsh/ruff"
|
||||||
|
><img
|
||||||
|
src="https://img.shields.io/github/stars/charliermarsh/ruff.svg?style=social&label=GitHub&maxAge=2592000&?logoWidth=100"
|
||||||
|
alt="GitHub stars"
|
||||||
|
style="width: 120px"
|
||||||
|
/></a>
|
||||||
|
</div>
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue