File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 38
38
padding : 4px ;
39
39
background : # 888 ;
40
40
}
41
+ .logo {
42
+ position : absolute;
43
+ bottom : 10px ;
44
+ right : 10px ;
45
+ }
41
46
</ style >
42
47
< script src ="term.js "> </ script >
43
48
< script src ="FileSaver.js "> </ script >
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
80
92
< script >
You can’t perform that action at this time.
0 commit comments