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
472 B

<!DOCTYPE html>
<html>
<head>
<title>wIoT WebPage Service</title>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-head.min.js"></script>
</head>
<body>
<h3><b>Path: </b><span id="path"></span></h3>
<h3><b>Key: </b><span id="key"></span></h3>
<script type="text/javascript">
$.get('/GETKEY', (res) => {
$('#path').html(res.path);
$('#key').html(res.key);
});
</script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js"></script>
</body>
</html>