Update index.html
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<hr/>
|
||||
<script type="text/javascript">
|
||||
var randnum;
|
||||
randnum=Math.floor(Math.random()*40000);
|
||||
randnum=Math.floor(Math.random()*58000);
|
||||
var txt="https://cdn.luogu.org/upload/pic/"+randnum+".png";
|
||||
var txt_ref="<a style=\"color:white\"href=\""+txt+"\" target=\"_blank\">"+txt+"</a>";
|
||||
document.write("<p style=\"color:white\">地址:</p>"+txt_ref);
|
||||
|
Reference in New Issue
Block a user