File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
tools/board_compare/frontend Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 ">
66 < link rel ="icon " href ="./icon.ico " type ="image/x-icon ">
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8- < title > MicroPython Stubs Explorer & Comparison (PyScript )</ title >
8+ < title > MicroPython Stubs Explorer (Beta )</ title >
99 <!-- SQL-wasm.js UMD module -->
1010 < script src ="https://cdnjs.cloudflare.com/ajax/libs/sql.js/1.13.0/sql-wasm.js "> </ script >
1111
746746< body >
747747 < div class ="container ">
748748 < nav >
749- < h1 > < i class ="fas fa-microscope " style ="margin-right: 10px; "> </ i > MicroPython Stubs Explorer (PyScript)</ h1 >
749+ < div >
750+ < h1 > < i class ="fas fa-microscope " style ="margin-right: 10px; "> </ i > MicroPython Stubs Explorer [Beta]</ h1 >
751+ < p style ="font-size: 0.9em; opacity: 0.9; "> A web application written in MicroPython using PyScript.</ p >
752+ </ div >
750753 < div class ="nav-tabs ">
751- < button class ="nav-tab active " id ="tab-explorer "> Stubs Explorer</ button >
752- < button class ="nav-tab " id ="tab-compare "> Compare Board-stubs</ button >
753- < button class ="nav-tab " id ="tab-search "> Search APIs</ button >
754+ < button class ="nav-tab active " id ="tab-explorer "> Stubs Explorer</ button >
755+ < button class ="nav-tab " id ="tab-compare "> Compare Board-stubs</ button >
756+ < button class ="nav-tab " id ="tab-search "> Search APIs</ button >
754757 </ div >
755758 </ nav >
756759
You can’t perform that action at this time.
0 commit comments