iotcat 4 years ago
parent 03b3c1d058
commit 4acba702c2
  1. 2
      photo.html

@ -23,7 +23,7 @@
<body>
<div id="div1"><img id="imgg" src="https://api.yimian.xyz/img/?path=imgbed/img_0b5d0a7_620x774_8_null_normal.jpeg" /></div>
<script type="text/javascript">
$('#imgg').on('load', ()=>{alert('s');setTimeout(()=>{window.location.href='./index.html'}, 5000);});
$('#imgg').on('load', ()=>{setTimeout(()=>{window.location.href='./index.html'}, 5000);});
</script>
</body>

Loading…
Cancel
Save