We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34a60ce + 71ea9b8 commit 351a61fCopy full SHA for 351a61f
wasm/app/index.html
@@ -25,5 +25,7 @@ <h1>RustPython Demo</h1>
25
<button id="run-btn">Run</button>
26
<h2>Open the browser console (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd> or <kbd>F12</kbd>) to see the output</h2>
27
<script src="./bootstrap.js"></script>
28
+
29
+ <a href="https://github.com/RustPython/RustPython"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
30
</body>
31
</html>
0 commit comments