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 f8dbf12 commit 99a568dCopy full SHA for 99a568d
webrepl.html
@@ -38,6 +38,11 @@
38
padding: 4px;
39
background: #888;
40
}
41
+ .logo {
42
+ position: absolute;
43
+ bottom: 10px;
44
+ right: 10px;
45
+ }
46
</style>
47
<script src="term.js"></script>
48
<script src="FileSaver.js"></script>
@@ -75,6 +80,13 @@
75
80
<br clear="both" />
76
81
<i>Terminal widget should be focused (text cursor visible) to accept input. Click on it if not.</i><br/>
77
82
<i>To paste, press Ctrl+A, then Ctrl+V</i>
83
+
84
+<a class="logo" href="http://micropython.org/">
85
+ <svg version="1.1" id="MicroPython" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
86
+ x="0px" y="0px" viewBox="0 0 69 69" width="90px" xml:space="preserve">
87
+ <path fill="#ffffff" d="M36,0v54h-3V0H0v69h15V15h3v54h33V15h3v54h15V0H36z M64,63h-4v-7h4V63z"/>
88
+ </svg>
89
+</a>
78
90
</body>
79
91
92
<script>
0 commit comments