You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
538 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>wIoT WebPage</title>
<script type="text/javascript">lang = ['en'];block_aplayer = true;</script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-head.min.js" charset="utf-8"></script>
</head>
<body>
<div id="main"></div>
<script type="text/javascript">
setInterval(()=>{
$.get('/GET?path='+page.path, res => {
$('#main').html(res);
})
}, 1000);
</script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js" charset="utf-8"></script>
</body>
</html>