Update index.html

This commit is contained in:
2023-09-16 09:13:45 +00:00
parent 739b0e4447
commit 75b965a761

View File

@ -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);