This commit is contained in:
2019-03-24 11:42:42 +08:00
parent 85d31f00e8
commit 8410229b54
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<html>
<body background="https://cdn.luogu.org/images/bg-footer.png">
<h2 style="color:white">Luoguͼ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></h2>
<p style="color:white">ԭ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>@happyZYM ħ<><C4A7><EFBFBD>ģ<EFBFBD>@wenge</p>
<hr/>
<script type="text/javascript">
var randnum;
randnum=Math.floor(Math.random()*40000);
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\"><3E><>ַ<EFBFBD><D6B7></p>"+txt_ref);
document.write("<p style=\"color:white\">ͼƬ<CDBC><C6AC></p>");
document.write("<img src="+txt+">");
</script>
</html>