Skip to content

Commit d1d222b

Browse files
author
Artem Tyurin
committed
GitHub star
1 parent c432a57 commit d1d222b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
<header>
1111
<select id="examples"></select>
1212
<a
13-
href="https://github.com/agentcooper/swift-typescript-rust"
14-
>GitHub</a
13+
class="github-button"
14+
href="https://github.com/agentcooper/swift-kotlin-typescript-rust"
15+
data-icon="octicon-star"
16+
aria-label="Star agentcooper/swift-kotlin-typescript-rust on GitHub"
17+
>Star</a
1518
>
1619
</header>
1720

@@ -86,5 +89,10 @@ <h2>
8689
</section>
8790
</main>
8891
<script src="src/index.ts"></script>
92+
<script
93+
async
94+
defer
95+
src="https://buttons.github.io/buttons.js"
96+
></script>
8997
</body>
9098
</html>

0 commit comments

Comments
 (0)