File tree 1 file changed +19
-7
lines changed
1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > CYBER-MOUSE: testing envitoment for rattish-lang</ title >
6
6
< link rel ="stylesheet " href ="main.css ">
7
+ < link href ="/docs/5.1/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3 " crossorigin ="anonymous ">
8
+ < script src ="/docs/5.1/dist/js/bootstrap.bundle.min.js " integrity ="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p " crossorigin ="anonymous "> </ script >
7
9
< script src ="core/file.js "> </ script >
8
10
< script src ="core/dir.js "> </ script >
9
11
< script src ="core/disk.js "> </ script >
228
230
setTimeout ( function ( ) { loadingScreen ( "hide" ) } , 300 ) ;
229
231
</ script >
230
232
</ div >
231
- < header >
232
- < aside > < p id ="filesystem "> </ p > </ aside >
233
- < main >
233
+ < div >
234
+ < header >
235
+ < h1 > cybermouse</ h1 >
236
+ </ header >
237
+ < aside >
238
+ < h4 > files</ h4 >
239
+ < div id ="filesystem "> </ div >
240
+ </ aside >
241
+ < main >
234
242
< textarea id ="ratscript " name ="name " rows ="8 " cols ="80 "> </ textarea >
235
- < article id ="output "> </ article >
236
- < section id ="keyboard-record "> </ section >
243
+ < article id ="output "> </ article >
244
+ < section id ="keyboard-record "> </ section >
237
245
</ main >
238
- < aside > < p id ="debug "> </ p > </ aside >
239
- < footer > </ footer >
246
+ < aside >
247
+ < h4 > DEBUG</ h4 >
248
+ < p id ="debug "> </ p >
249
+ </ aside >
250
+ < footer > < a href ="https://github.com/Sarverott/cyber-mouse "> repo on github</ a > </ footer >
251
+ </ div >
240
252
</ body >
241
253
</ html >
You can’t perform that action at this time.
0 commit comments