We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c432a57 commit d1d222bCopy full SHA for d1d222b
index.html
@@ -10,8 +10,11 @@
10
<header>
11
<select id="examples"></select>
12
<a
13
- href="https://github.com/agentcooper/swift-typescript-rust"
14
- >GitHub</a
+ class="github-button"
+ 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
18
>
19
</header>
20
@@ -86,5 +89,10 @@ <h2>
86
89
</section>
87
90
</main>
88
91
<script src="src/index.ts"></script>
92
+ <script
93
+ async
94
+ defer
95
+ src="https://buttons.github.io/buttons.js"
96
+ ></script>
97
</body>
98
</html>
0 commit comments