Skip to content

Commit 351a61f

Browse files
Merge pull request RustPython#216 from RustPython/forkme
Added fork me on github ribbon to demo page
2 parents 34a60ce + 71ea9b8 commit 351a61f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wasm/app/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ <h1>RustPython Demo</h1>
2525
<button id="run-btn">Run</button>
2626
<h2>Open the browser console (<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd> or <kbd>F12</kbd>) to see the output</h2>
2727
<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>
2830
</body>
2931
</html>

0 commit comments

Comments
 (0)