14 lines
223 B
HTML
14 lines
223 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Adjust picture</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<img src=a.png>
|
||
|
|
<script>
|
||
|
|
window.setTimeout(_=>{window.location.reload()},1000);
|
||
|
|
</script>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|