77 < link href ="output.css " rel ="stylesheet ">
88</ head >
99
10- < body class ="bg-gray-400 ">
10+ < body class ="bg-gray-400 dark:bg-gray-700 ">
1111 < header class ="bg-black text-white p-6 font-bold ">
1212 MicroPython Technical Preview < div class ="float-right "> < a href ="https://github.com/pyscript/upys " title ="github " target ="_blank " > < svg xmlns ="http://www.w3.org/2000/svg " aria-hidden ="true " focusable ="false " viewBox ="0 0 24 24 " style ="fill: #FFF;width:30px "> < path d ="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12 "> </ path > </ svg > </ a > </ div >
1313 </ header >
14- < div class ="flex flex-col p-2 pt-0 content-end ">
14+ < div class ="flex flex-col p-2 pt-0 content-end text-black dark:text-white ">
1515 < ul style ="list-style-type:none " class ="p-2 flex flex-wrap text-sm font-medium text-center text-gray-800 dark:text-gray-200 ">
1616 < div class ="grow "> </ div >
1717 < li class ="mr-2 ">
2828 </ li >
2929 < div class ="grow "> </ div >
3030 </ ul >
31- < div class ="overflow-y-visible p-2 bg-white dark:bg-slate-800 rounded-lg ring-1 ring-slate-900/5 shadow-xl ">
31+ < div class ="overflow-y-visible p-2 bg-white dark:bg-[#0A0E14] rounded-lg ring-1 ring-slate-900/5 shadow-xl ">
3232 < h1 > PyScript Runtimes - MicroPython Technical Preview</ h1 >
3333 < p > < a href ="https://pyscript.net "> PyScript</ a > is an open-source platform,
3434 using
@@ -115,7 +115,7 @@ <h3>How?</h3>
115115 characteristics of different potential runtimes.</ p >
116116 < p > This version of PyScript, simply does four things:</ p >
117117 < ol >
118- < li > Read custom configuration, otherwise fall back
118+ < li > Read custom configuration (more on this later) , otherwise fall back
119119 to sensible defaults.</ li >
120120 < li > Download and start the language runtime. Currently, this is
121121 configured to be MicroPython.</ li >
@@ -126,6 +126,8 @@ <h3>How?</h3>
126126 < li > Load user defined files onto the runtime's virtual file system (data,
127127 code, modules etc).</ li >
128128 </ ol >
129+ < p > Drop into the browser console to see what PyScript is doing, under the
130+ hood.</ p >
129131 </ div >
130132 </ div >
131133</ body >
0 commit comments