setup
This commit is contained in:
9
history/Luogu图床随机查看器.html
Normal file
9
history/Luogu图床随机查看器.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<script type="text/javascript">
|
||||
var randnum;
|
||||
randnum=Math.random();
|
||||
randnum=Math.floor(Math.random()*20000);
|
||||
var txt="https://cdn.luogu.org/upload/pic/"+randnum+".png"
|
||||
document.write("<img src="+txt+">");
|
||||
</script>
|
||||
</html>
|
Reference in New Issue
Block a user