Re-add GitHub badge to the bottom of the page

This commit is contained in:
Charlie Marsh 2022-12-29 19:38:27 -05:00
parent e9a4cb1c1d
commit 9fafe16a55

View file

@ -17,6 +17,14 @@
</head>
<body>
<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>
</body>
</html>