yd-pyboard/Micropython-ORG.html

30 lines
1.4 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>正在跳转Opening third-party website</title>
</head>
<body>
<form name=loading>
 <p align=center> <font color="#0066ff" size="2">请稍等,跳转后的网页页面及资源由第三方提供服务一切责任与义务与本站无关。Please wait a moment. The webpage (and resources) after the jump is provided by a third party. All responsibilities and obligations have nothing to do with this website.</font><font color="#0066ff" size="2" face="Arial">...</font>
  <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">
  <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
  <script> 
var bar=0 
var line="||" 
var amount="||" 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
document.loading.chart.value=amount
document.loading.percent.value=bar+"%" 
if (bar<99) 
{setTimeout("count()",10);}
else 
{window.location = "https://micropython.org/";}
}</script>
 </p>
</form>
<p align="center"> 如果您的浏览器不支持跳转,If your browser does not support jump<a style="text-decoration: none"https://micropython.org/"><font color="#FF0000">请点这里</font></a>.</p>
</body>
</html>