Skip to content

Commit 99a568d

Browse files
committed
webrepl.html: Add MicroPython logo + link
1 parent f8dbf12 commit 99a568d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

webrepl.html

+12
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
padding: 4px;
3939
background: #888;
4040
}
41+
.logo {
42+
position: absolute;
43+
bottom: 10px;
44+
right: 10px;
45+
}
4146
</style>
4247
<script src="term.js"></script>
4348
<script src="FileSaver.js"></script>
@@ -75,6 +80,13 @@
7580
<br clear="both" />
7681
<i>Terminal widget should be focused (text cursor visible) to accept input. Click on it if not.</i><br/>
7782
<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>
7890
</body>
7991

8092
<script>

0 commit comments

Comments
 (0)