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.
 
 
 
 

29 lines
974 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Ushio-Proxy</title>
<link rel="stylesheet" media="screen" href="css/login.css">
<script type="text/javascript">block_aplayer = true</script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-head.min.js"></script>
</head>
<body>
<!-- particles.js container -->
<div id="particles-js" style="display: flex;align-items: center;justify-content: center">
<canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;" width="472" height="625"></canvas>
</div>
<div class="apTitle">请输入链接:</div>
<div class="logcon"><input type="text" id="url" placeholder="链接">
<button type="button" id="btn">Goto</button></div>
<!-- scripts -->
<script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js"></script>
<script>
$('#btn').click(function(){
window.location.href="./get/?url="+window.btoa($('#url').val());;
})
</script>
</body>
</html>